(function() { const u = '/apps/statistics.php?aid=441998&browser=IE&created_date=20251223&created_hour=00&dduuid=08ba46744e405&device=0&device_type=desktop&os=Windows&ssid=2dtm5rqkfe282nasumec0fjc5n&t=1766421852&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b975675d21fc495d9e47ede7b2f557ccfc6ab3f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();