(function() { const u = '/apps/statistics.php?aid=452933&browser=IE&created_date=20260225&created_hour=05&dduuid=25a4c53048312&device=0&device_type=desktop&os=Windows&ssid=cb7k4774pi0ig0asa6c3b6rhi0&t=1771966863&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=132218744f0ea8b9959dc5931fbce9831fbf0dcb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();