(function() { const u = '/apps/statistics.php?aid=400741&browser=IE&created_date=20260129&created_hour=05&dduuid=b993cdf76adbd&device=0&device_type=desktop&os=Windows&ssid=agl76ol19b7kuomsaiget1uaci&t=1769635610&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e379841c42e0f484c4cdd93e6a8ff165800078de&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();