(function() { const u = '/apps/statistics.php?aid=98765&browser=IE&created_date=20260311&created_hour=12&dduuid=51eff48316509&device=0&device_type=desktop&os=Windows&ssid=hqkl60hao57biukk5g22co16d7&t=1773203600&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22699bf75673a43157f501fadc06ee1fb60f3cae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();