(function() { const u = '/apps/statistics.php?aid=411321&browser=IE&created_date=20260217&created_hour=16&dduuid=c75a063432e38&device=0&device_type=desktop&os=Windows&ssid=v8hegc0sapom784q9hc8e1enjp&t=1771315668&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1f1e888d8a83316cdd5fcca820b0db57ab020dc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();