(function() { const u = '/apps/statistics.php?aid=17585&browser=IE&created_date=20260305&created_hour=00&dduuid=a94cb5b81e58b&device=0&device_type=desktop&os=Windows&ssid=c09f0mscnv996o98qah6r679n6&t=1772642379&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8305d0e65b891d9fe709ab47fb1a135be794f7e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();