(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250916&created_hour=13&dduuid=46222a15c06ab&device=0&device_type=desktop&os=Windows&ssid=kd8tkrs94klkulgo2bds51vp6f&t=1758000900&typeid=0&url_type=2&value=&sign=344565c988bd8bc94a9d215f99c9cbddfc79d4d2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();