(function() { const u = '/apps/statistics.php?aid=418650&browser=IE&created_date=20260115&created_hour=21&dduuid=9f5520a79957d&device=0&device_type=desktop&os=Windows&ssid=h8nrdh6eo9vtisufol9jgs2ptj&t=1768482185&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=711f58f1dbe0aa6d0ad565641fb16ab50fb4568b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();