(function() { const u = '/apps/statistics.php?aid=445720&browser=IE&created_date=20260112&created_hour=22&dduuid=26cfdaba59e09&device=0&device_type=desktop&os=Windows&ssid=st7jf1ahadkh04rgpdt8cbjh2s&t=1768226705&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=74f78c543cb65857de078ac3143f6da7cd840cd7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();