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