(function() { const u = '/apps/statistics.php?aid=352394&browser=IE&created_date=20260225&created_hour=08&dduuid=2ac24f2479d46&device=0&device_type=desktop&os=Windows&ssid=242ef26hqasi2ni3ebm258q8uo&t=1771979298&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1fc5889c74f8153ccfdc3573d57b41eba6ee1e1f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();