(function() { const u = '/apps/statistics.php?aid=445022&browser=IE&created_date=20251220&created_hour=15&dduuid=d3b14adf5fcdd&device=0&device_type=desktop&os=Windows&ssid=hi231skgg4rqvbmqdgb737i50u&t=1766214049&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fee0b4cba2f11fec94535960f818a94fc8c849f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();