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