(function() { const u = '/apps/statistics.php?aid=102&browser=IE&created_date=20260224&created_hour=22&dduuid=5258b2ef652db&device=0&device_type=desktop&os=Windows&ssid=97rh3eds8c3m2m3l3vrck39sel&t=1771942562&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9f396fe48b63f75ad0f897b22937fc2c0d161f82&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();