(function() { const u = '/apps/statistics.php?aid=430199&browser=IE&created_date=20251230&created_hour=08&dduuid=64825939c555c&device=0&device_type=desktop&os=Windows&ssid=d32elml1i67g4r5jn4hh3dq9ec&t=1767054564&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8104d75107d8e7cd8eecaf994bce83f524eb3744&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();