(function() { const u = '/apps/statistics.php?aid=430&browser=IE&created_date=20260113&created_hour=21&dduuid=7e6e6e0da8703&device=0&device_type=desktop&os=Windows&ssid=e3cpq8vs8ismc0o2cm2rc3do69&t=1768312556&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=819d6447a105ba5507bf8fa477511f220ab452ea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();