(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251106&created_hour=07&dduuid=9de74107717e7&device=0&device_type=desktop&os=Windows&ssid=69tk4vu9vid8a2r01r8011b1ht&t=1762384227&typeid=0&url_type=2&value=&sign=b3c9b58cd109e653b9c54d27bea181b832524ccf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();