(function() { const u = '/apps/statistics.php?aid=340281&browser=IE&created_date=20260225&created_hour=09&dduuid=44da7eaa5511c&device=0&device_type=desktop&os=Windows&ssid=0qoj0ppe83uu5p9gql8fms8tqk&t=1771982561&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0c3740692bdddb2b37675e6e29a802ee6e0a0b9a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();