(function() { const u = '/apps/statistics.php?aid=455298&browser=IE&created_date=20260311&created_hour=20&dduuid=0bda99b29d415&device=0&device_type=desktop&os=Windows&ssid=ivc9miqas5lll0u93pfhr5gfsf&t=1773231650&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6a4de4d9483e710fd79b7caa0df1d792c54784b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();