(function() { const u = '/apps/statistics.php?aid=414000&browser=IE&created_date=20260118&created_hour=16&dduuid=167a6021104ce&device=0&device_type=desktop&os=Windows&ssid=jpnjfooq0lr93kcd5g6h1ha89i&t=1768724266&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc586cb4dd67f73e427412bace06c60ba3e12412&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();