(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=17&dduuid=42bb845d134cb&device=0&device_type=desktop&os=Windows&ssid=3di14jsasfci5imktfdt0kf7r5&t=1757843000&typeid=0&url_type=2&value=&sign=e29313d3fb99d780488a8cf03a5035b05833532f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();