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