(function() { const u = '/apps/statistics.php?aid=445431&browser=IE&created_date=20260312&created_hour=06&dduuid=5fa5652b4f48a&device=0&device_type=desktop&os=Windows&ssid=0ire6mrgp6m7anucaho8qdclg1&t=1773268228&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5cdfb0442cac5ecc95564ef573b15fb98b97b2ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();