(function() { const u = '/apps/statistics.php?aid=455451&browser=IE&created_date=20260226&created_hour=02&dduuid=f92ea1ed4fef9&device=0&device_type=desktop&os=Windows&ssid=7oj6j6pf6l1fcas92mmiqs3hcm&t=1772043564&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=767ccff0e71f2dd448a7d82c5db1aa884274517e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();