(function() { const u = '/apps/statistics.php?aid=395180&browser=IE&created_date=20260310&created_hour=04&dduuid=8c4991b8f300c&device=0&device_type=desktop&os=Windows&ssid=big5jibdrv4cfv1aj39h13ec7p&t=1773087136&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=856d474217de100461ad98644b775139cdc38e28&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();