(function() { const u = '/apps/statistics.php?aid=443991&browser=IE&created_date=20251216&created_hour=20&dduuid=488a28568923e&device=0&device_type=desktop&os=Windows&ssid=6v32n2getfj3iev4buqq0n59uo&t=1765887723&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32c02e5be5c9089e81722afc471655c54a78feeb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();