(function() { const u = '/apps/statistics.php?aid=454457&browser=IE&created_date=20260310&created_hour=01&dduuid=98ebe1925b856&device=0&device_type=desktop&os=Windows&ssid=ke75jtpa973n5djqodmt1mqndi&t=1773076538&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d8ddf20ec86c689490a7bcf8b431a7e4462fb65&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();