(function() { const u = '/apps/statistics.php?aid=455171&browser=IE&created_date=20260223&created_hour=20&dduuid=fa67b2c843ac3&device=0&device_type=desktop&os=Windows&ssid=qrs0bbk8n1eg37vf7e40qdnre3&t=1771851230&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=964c313e7a02385f69e6c286bf95472ccd6ff773&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();