(function() { const u = '/apps/statistics.php?aid=360194&browser=IE&created_date=20260306&created_hour=05&dduuid=9f7f3bb759936&device=0&device_type=desktop&os=Windows&ssid=bff8mkmnj54usej8sd7hns2f0d&t=1772746069&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6a64ac07478b6f3eabb73021f61cdb54963db802&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();