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