(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251104&created_hour=16&dduuid=a812b8441cc00&device=0&device_type=desktop&os=Windows&ssid=5caig3g0m8o0fpmblnegp5hq1i&t=1762244615&typeid=0&url_type=2&value=&sign=c853e505664b761575ce1ed4fd3cad7da1823f4c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();