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