(function() { const u = '/apps/statistics.php?aid=448606&browser=IE&created_date=20260308&created_hour=13&dduuid=4c4f6af5d9e12&device=0&device_type=desktop&os=Windows&ssid=87jorrn6k8dge7jca96ui1qsnd&t=1772949436&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=adce6df85f139d0684a780729450806e2a8fff09&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();