(function() { const u = '/apps/statistics.php?aid=141266&browser=IE&created_date=20260224&created_hour=01&dduuid=11fe63e9378cd&device=0&device_type=desktop&os=Windows&ssid=0j9mp0hfk7ck9krk1i7ouuhfqt&t=1771866470&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=822325447366e89ad9d2324e5f1f823b0403802b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();