(function() { const u = '/apps/statistics.php?aid=453134&browser=IE&created_date=20260310&created_hour=09&dduuid=8216b29a42418&device=0&device_type=desktop&os=Windows&ssid=tjj68tmmks5n22bqhhfj0clo9g&t=1773104640&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54660d8bcd64904db9e5521955d0b96e95c104ac&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();