(function() { const u = '/apps/statistics.php?aid=88234&browser=IE&created_date=20260117&created_hour=07&dduuid=73e0a1bd2fc8b&device=0&device_type=desktop&os=Windows&ssid=b5jt5n8gdfv16pulq65htr0snp&t=1768607676&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54a9e5fd8cd9b51076ab91f67d483f66f6d36883&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();