(function() { const u = '/apps/statistics.php?aid=228676&browser=IE&created_date=20260123&created_hour=02&dduuid=ffdf279f7764d&device=0&device_type=desktop&os=Windows&ssid=uc6qcrv0icri2u5hogvib7iu41&t=1769107285&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a402adff719f7c71eb4ea392ecff2f9849aca6f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();