(function() { const u = '/apps/statistics.php?aid=449017&browser=IE&created_date=20260123&created_hour=19&dduuid=873190dcd49a5&device=0&device_type=desktop&os=Windows&ssid=tg93goc6pp3r84boeundgceu4h&t=1769167471&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e85e4fc5b33d1919498e3aaa8757d232fcd913c6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();