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