(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251117&created_hour=09&dduuid=785d8235c3318&device=0&device_type=desktop&os=Windows&ssid=f9bfvtba6ar9g03do9vn82vgic&t=1763341579&typeid=0&url_type=2&value=&sign=250a85ad4c010104411c8c0eca42db2706ff069e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();