(function() { const u = '/apps/statistics.php?aid=464164&browser=IE&created_date=20260323&created_hour=02&dduuid=59bcb8536d5fc&device=0&device_type=desktop&os=Windows&ssid=4svalekhtp1oqb85ejloq1qh2j&t=1774205933&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56884ea52a861212454d2ffb0e7862f8309fd215&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();