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