(function() { const u = '/apps/statistics.php?aid=434346&browser=IE&created_date=20260324&created_hour=09&dduuid=30c8a4ee3a108&device=0&device_type=desktop&os=Windows&ssid=8sdeltcvtd0rii1sotgf4sf8fl&t=1774316154&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fb9011d1a2ccebf323acd72f93bdc32ed8192c69&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();