(function() { const u = '/apps/statistics.php?aid=443020&browser=IE&created_date=20251221&created_hour=15&dduuid=4e688e90e8c7c&device=0&device_type=desktop&os=Windows&ssid=edeg2qkc6idcfg8or6pr55suqh&t=1766302178&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=850ff1d6aa688010063dacf420c01eb4fcb1997a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();