(function() { const u = '/apps/statistics.php?aid=451492&browser=IE&created_date=20260312&created_hour=06&dduuid=ceb9450168d6c&device=0&device_type=desktop&os=Windows&ssid=qpa14q9mub0j3fnpom25j31do1&t=1773269503&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=52da19c26b5854b20733a5aec9a1773e91d08c35&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();