(function() { const u = '/apps/statistics.php?aid=440757&browser=IE&created_date=20260224&created_hour=05&dduuid=9d6820ce0a367&device=0&device_type=desktop&os=Windows&ssid=ukg24eorsqais0g5cagf0no7sh&t=1771881339&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=81c55212768f42d3cb0e51e7532c5941e7249b21&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();