(function() { const u = '/apps/statistics.php?aid=445245&browser=IE&created_date=20251222&created_hour=21&dduuid=16212b1645c48&device=0&device_type=desktop&os=Windows&ssid=ij2rv1s8jj0em43ppnpiu403qr&t=1766408611&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c5e1ff18df037189fd307b988dd7cd08d8155077&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();