(function() { const u = '/apps/statistics.php?aid=448170&browser=IE&created_date=20260122&created_hour=06&dduuid=f4cf659a80601&device=0&device_type=desktop&os=Windows&ssid=0ig6v2f629vqm3dkhg9qluh4kj&t=1769033589&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e5b955978d24df4034c076f0558a10a9335e1a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();