(function() { const u = '/apps/statistics.php?aid=402624&browser=IE&created_date=20260307&created_hour=20&dduuid=5298512197a80&device=0&device_type=desktop&os=Windows&ssid=sj1icrps8l1uniq3nkr4l1shh4&t=1772885510&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5eefe5c97672b0f0b46a95c42010c3e3d599e838&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();