(function() { const u = '/apps/statistics.php?aid=451701&browser=IE&created_date=20260225&created_hour=05&dduuid=5bfa680275a1c&device=0&device_type=desktop&os=Windows&ssid=gebgr14q29f3814ofo0gl6f4ck&t=1771968290&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=489f1697f3d58dd69cc3f454f3276d10079cd0bc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();