(function() { const u = '/apps/statistics.php?aid=454885&browser=IE&created_date=20260303&created_hour=23&dduuid=830b4a0e14eec&device=0&device_type=desktop&os=Windows&ssid=gqdds65866dnmfh2p6siub8pu8&t=1772550787&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=95ac3401708b77ebc4f8101534c42f6d01ed922d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();