(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250914&created_hour=19&dduuid=8df3695f74845&device=0&device_type=desktop&os=Windows&ssid=rqu3ltsouf20upbm6ttvkosue6&t=1757847694&typeid=0&url_type=2&value=&sign=77ecb9dc0d23a117650db13761854f283b52368d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();