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