(function() { const u = '/apps/statistics.php?aid=141318&browser=IE&created_date=20260307&created_hour=23&dduuid=bdd924d7f55a9&device=0&device_type=desktop&os=Windows&ssid=c33st0m5n57q1ntamvllppir34&t=1772899162&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94b6322392ffa126136b76d1a0b8edfde31f3726&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();