(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250918&created_hour=17&dduuid=75a6921079ed8&device=0&device_type=desktop&os=Windows&ssid=51d3e67l6vcnn78jmg20o7mf16&t=1758186601&typeid=0&url_type=2&value=&sign=a59cba8c2aac1ac5c011e517b1195cefb97902d7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();