(function() { const u = '/apps/statistics.php?aid=450950&browser=IE&created_date=20260311&created_hour=19&dduuid=355689add377b&device=0&device_type=desktop&os=Windows&ssid=3s1d7em54a0gpu4m5stmlkg9it&t=1773228495&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=87269113fbf8ea23b12cc0f543e17784f9fe26aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();