(function() { const u = '/apps/statistics.php?aid=423658&browser=IE&created_date=20260129&created_hour=16&dduuid=aee367c4a824a&device=0&device_type=desktop&os=Windows&ssid=3v2j15sbvvpe1cun14ndevohqc&t=1769675681&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=68029f7c96674bf7700335f1625c458f10f79215&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();