(function() { const u = '/apps/statistics.php?aid=98664&browser=IE&created_date=20260225&created_hour=02&dduuid=478235fb16367&device=0&device_type=desktop&os=Windows&ssid=io138b5t74a1kmn5o96gpjapg8&t=1771959356&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00f71c133afc414d7feebae27b483c579d4e10d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();