(function() { const u = '/apps/statistics.php?aid=392056&browser=IE&created_date=20260112&created_hour=22&dduuid=705999433fd10&device=0&device_type=desktop&os=Windows&ssid=c0joq93hkumbgo8ooobenjhdn7&t=1768227704&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=97a7350df7f527d726bc9d23bed5a373197d8b2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();