(function() { const u = '/apps/statistics.php?aid=438129&browser=IE&created_date=20251224&created_hour=18&dduuid=f9d1961194fc9&device=0&device_type=desktop&os=Windows&ssid=u6ov4sp4tu6te36qpprelh5f8l&t=1766573032&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f454d3083288289b4c5cc0d1d7bcc0e06891351e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();