(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=14&dduuid=756c61db2230c&device=0&device_type=desktop&os=Windows&ssid=6h6pvd00gavtu148uri6sm9o15&t=1758175698&typeid=0&url_type=2&value=&sign=85b8df9764d6f8cc0776e0a6c7c135d19a728091&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();