(function() { const u = '/apps/statistics.php?aid=64987&browser=IE&created_date=20260124&created_hour=10&dduuid=db2b224f4cbfe&device=0&device_type=desktop&os=Windows&ssid=1sh8f6odhbte13m3rg6g9tvs2j&t=1769221534&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8097b63d6149a46712a416800404c62bef472b76&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();