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