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