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