(function() { const u = '/apps/statistics.php?aid=74445&browser=IE&created_date=20260224&created_hour=04&dduuid=87cf41be3266e&device=0&device_type=desktop&os=Windows&ssid=c09git5jie75qa6vtpn6tqji3k&t=1771877436&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=744c3ab75cc29feca641411624b7cfcec0278d66&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();