(function() { const u = '/apps/statistics.php?aid=99084&browser=IE&created_date=20260227&created_hour=10&dduuid=853547a454a79&device=0&device_type=desktop&os=Windows&ssid=ai8fsrus1ba6n84fnqrshh5a2s&t=1772158522&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d3c889599560079243fa70af9380d475a06d3be9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();