(function() { const u = '/apps/statistics.php?aid=443730&browser=IE&created_date=20251224&created_hour=10&dduuid=a9b7f0ca569d4&device=0&device_type=desktop&os=Windows&ssid=pbt04eb0i81ovnh9qgg73mopv6&t=1766545175&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8dc7b32462d96952c115af574eccd3c69610355f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();