(function() { const u = '/apps/statistics.php?aid=375479&browser=IE&created_date=20260311&created_hour=13&dduuid=df96e2b01a727&device=0&device_type=desktop&os=Windows&ssid=caa4cvfj3cuarkvldulb3i9nkh&t=1773206730&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=efe4b0a68a7cd530f67e6c73a9451b2075012ffc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();