(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=09&dduuid=0e80cc1ce0e25&device=0&device_type=desktop&os=Windows&ssid=6oosj6irurik8oqngl6gfbs0dc&t=1757898840&typeid=0&url_type=2&value=&sign=6660688f72188841c5f4ffb40491562b38145b37&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();