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