(function() { const u = '/apps/statistics.php?aid=397727&browser=IE&created_date=20260228&created_hour=21&dduuid=011d6adacd9f1&device=0&device_type=desktop&os=Windows&ssid=crh9js51jo0r351v6itoc6nel7&t=1772284436&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7968c22ebf99e9d97d1c56aad19fc2833c28d3ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();