(function() { const u = '/apps/statistics.php?aid=408348&browser=IE&created_date=20260225&created_hour=04&dduuid=9fef68785c7da&device=0&device_type=desktop&os=Windows&ssid=bn7s8idulojg76crsa5vfj92ng&t=1771965230&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dca98ffa25c85aed5f0ca2919b73b5c712757e47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();