(function() { const u = '/apps/statistics.php?aid=79896&browser=IE&created_date=20260122&created_hour=06&dduuid=8c257d48e3599&device=0&device_type=desktop&os=Windows&ssid=a2ucbn2omlovdrasqajrcgbsle&t=1769032954&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=980f49c051e0d3f611deb708820be5f16d912040&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();