(function() { const u = '/apps/statistics.php?aid=457978&browser=IE&created_date=20260311&created_hour=10&dduuid=8418648d78237&device=0&device_type=desktop&os=Windows&ssid=a7tqrpee9bu4m3rainq8gqlvpp&t=1773194606&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=536be854c0fb070c6ec3657172b29f788986a04d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();