(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251102&created_hour=20&dduuid=f96004879b272&device=0&device_type=desktop&os=Windows&ssid=9880117v7caeeblps4so2g3231&t=1762087791&typeid=0&url_type=2&value=&sign=8127ce735b22c74ffa57ab6a3a4b26d9545d7b3c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();