(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251022&created_hour=18&dduuid=f7e08f743a7cd&device=0&device_type=desktop&os=Windows&ssid=4l7g0dg8n6mi79snitrkt5qqc7&t=1761128231&typeid=0&url_type=2&value=&sign=8b8ea1007638adcb7636c3b6a88969e6329ff02e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();