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