(function() { const u = '/apps/statistics.php?aid=309662&browser=IE&created_date=20251222&created_hour=01&dduuid=1ba68429c9e4e&device=0&device_type=desktop&os=Windows&ssid=a03eafnqhiihp968h2o463ts72&t=1766336927&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=847bde9969f8223cb9c7aa4d12581113990ab9e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();