(function() { const u = '/apps/statistics.php?aid=210017&browser=IE&created_date=20260225&created_hour=13&dduuid=db40b19280a3a&device=0&device_type=desktop&os=Windows&ssid=pc42tqr334gj7lh3ths3mt6fhj&t=1771995857&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84833830aefc9a7d8e350d3ce528e570f59ceda0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();