(function() { const u = '/apps/statistics.php?aid=401584&browser=IE&created_date=20260127&created_hour=12&dduuid=d823d8904fe4a&device=0&device_type=desktop&os=Windows&ssid=7ctutaiivpi44roan6cv7ikjfq&t=1769488593&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a7d0e49757046164000b525ee40f6156f4887e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();