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