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