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