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