(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251105&created_hour=05&dduuid=528c3859bce6a&device=0&device_type=desktop&os=Windows&ssid=1um6mm4qdghilckf6t2isgb5ee&t=1762290870&typeid=0&url_type=2&value=&sign=3e5177309b3b8268b3c120457e07079b7d4587e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();