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