(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=14&dduuid=3743ab674ee34&device=0&device_type=desktop&os=Windows&ssid=6lt1mnfc3qb79hb1cu8a9rc4qu&t=1758175518&typeid=0&url_type=2&value=&sign=12460522fd22d210dcad246f7ba308a60a3d81d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();