(function() { const u = '/apps/statistics.php?aid=22405&browser=IE&created_date=20260303&created_hour=20&dduuid=86f962d022bed&device=0&device_type=desktop&os=Windows&ssid=onju3o5j6b1bb2vukcrp86qf5g&t=1772540990&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44e15bb0b6ae139d8f809b489b81e6c5e8c6ffd0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();