(function() { const u = '/apps/statistics.php?aid=38468&browser=IE&created_date=20260111&created_hour=16&dduuid=36e2056ef90c7&device=0&device_type=desktop&os=Windows&ssid=kiui38s0hnnbh8uopg9cqu86se&t=1768121705&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=502c87d0613adc4f31fcc0f81d9ea496de94a2c2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();