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