(function() { const u = '/apps/statistics.php?aid=460409&browser=IE&created_date=20260311&created_hour=03&dduuid=f244a0ca54006&device=0&device_type=desktop&os=Windows&ssid=c8utp80g958pfsa17ij2div6nk&t=1773169805&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c51dddba6338d38ee5cdc8c6a80e7e7c269c1a9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();