(function() { const u = '/apps/statistics.php?aid=431847&browser=IE&created_date=20260115&created_hour=16&dduuid=2ac6cd9b90489&device=0&device_type=desktop&os=Windows&ssid=no78c4tn4sh1ll9sb68djrjv6r&t=1768465496&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c10f96a8af443e066d9ae8b21c180e76fc475e1d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();