(function() { const u = '/apps/statistics.php?aid=368&browser=IE&created_date=20260306&created_hour=10&dduuid=f9d5ab47a5083&device=0&device_type=desktop&os=Windows&ssid=3es98s5fd4mdb6lpg3srqmjbd2&t=1772762462&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8a4bbd568d55427fcb9a2bcee717f98c3333e94e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();