(function() { const u = '/apps/statistics.php?aid=447812&browser=IE&created_date=20260113&created_hour=11&dduuid=5f090c2701d53&device=0&device_type=desktop&os=Windows&ssid=7n627it58qnu70mlbtqoueoq5a&t=1768275857&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=99810428156ce020d30c81b189f7031b3c78f971&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();