(function() { const u = '/apps/statistics.php?aid=42751&browser=IE&created_date=20260310&created_hour=21&dduuid=f4820f3004235&device=0&device_type=desktop&os=Windows&ssid=qcjgo7dgoo8t270h5om21kec14&t=1773149971&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c5fd8cd6df488158f37c4c4cf1e9cff4452caff5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();