(function() { const u = '/apps/statistics.php?aid=454612&browser=IE&created_date=20260311&created_hour=09&dduuid=909b4e39ab627&device=0&device_type=desktop&os=Windows&ssid=ni513e8k0qstp4bef1k2gu4gs4&t=1773192119&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=480742d1c68cdb55c76b009046d1e85e72b62baf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();