(function() { const u = '/apps/statistics.php?aid=439633&browser=IE&created_date=20260306&created_hour=15&dduuid=889baa6eaa586&device=0&device_type=desktop&os=Windows&ssid=8uiq49cb43kb8k09gks6e2up2h&t=1772783696&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09f2ae3db0368a533d9a79dbb53615fec0ff90e0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();