(function() { const u = '/apps/statistics.php?aid=451310&browser=IE&created_date=20260306&created_hour=15&dduuid=48408d959ce8e&device=0&device_type=desktop&os=Windows&ssid=vj9vg8u4phjr5e2cf7jhqchj17&t=1772783235&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a3ddb9097fab53c8199fb8c02a09047d2d198128&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();