(function() { const u = '/apps/statistics.php?aid=455427&browser=IE&created_date=20260311&created_hour=20&dduuid=5c772f18252e1&device=0&device_type=desktop&os=Windows&ssid=ic366h8oj71lsau6r44916doo9&t=1773231877&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=82436f85cd216fee4e18bd6ca7791c21f40fe1ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();