(function() { const u = '/apps/statistics.php?aid=113123&browser=IE&created_date=20260225&created_hour=01&dduuid=2839b4c40b2e0&device=0&device_type=desktop&os=Windows&ssid=3kdqaivjtmhhr7vfaddrpos0hg&t=1771954714&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d943223e43772a271b973c485ef4551506d6ebca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();