(function() { const u = '/apps/statistics.php?aid=405448&browser=IE&created_date=20260225&created_hour=12&dduuid=360a5a9d851c1&device=0&device_type=desktop&os=Windows&ssid=uo063kfj48e7n8bgeveeokjriq&t=1771992275&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4755f7aa05578372b976241b686a17f8ccefd904&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();