(function() { const u = '/apps/statistics.php?aid=405956&browser=IE&created_date=20260225&created_hour=09&dduuid=63bef77519339&device=0&device_type=desktop&os=Windows&ssid=d71k9k63me1rrknic36askse5o&t=1771982539&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=34933aee27441f79c7fa3415fd4471f3e8a66a56&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();