(function() { const u = '/apps/statistics.php?aid=38486&browser=IE&created_date=20260310&created_hour=20&dduuid=ad9c5b853f819&device=0&device_type=desktop&os=Windows&ssid=cj4s14i78s0okgf6pq1albbh0o&t=1773145421&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1bc573fc5e5e2e62653a581546b4ff087c87121a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();