(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=06&dduuid=c45c6e88d9ac4&device=0&device_type=desktop&os=Windows&ssid=1i90h8rji6f6kug62dvq6brhf7&t=1757889760&typeid=0&url_type=2&value=&sign=4cd8049eb7ff507d547cf3b13ebdb82a88245cdc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();