(function() { const u = '/apps/statistics.php?aid=457980&browser=IE&created_date=20260324&created_hour=12&dduuid=98768df96379a&device=0&device_type=desktop&os=Windows&ssid=4os65d2kfrp0lbnsr4ejlgoctp&t=1774328178&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3b702c29e24e5d00de516f69456091e4249bfd47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();