(function() { const u = '/apps/statistics.php?aid=207657&browser=IE&created_date=20260110&created_hour=05&dduuid=188d534568a6b&device=0&device_type=desktop&os=Windows&ssid=7funer3jjtbi0uudfso4m84n6h&t=1767995842&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=696a56ecc07be944ed7f972f7375c0c13ed0c209&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();