(function() { const u = '/apps/statistics.php?aid=207200&browser=IE&created_date=20251224&created_hour=05&dduuid=0333c08bed876&device=0&device_type=desktop&os=Windows&ssid=qrbeskptf2i6335g09tfm0g4qj&t=1766524036&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3814404d7e4f5a648c228a49a9fe33090e7d2b99&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();