(function() { const u = '/apps/statistics.php?aid=430604&browser=IE&created_date=20260117&created_hour=12&dduuid=2acb8434859c6&device=0&device_type=desktop&os=Windows&ssid=adlppoue0p1ktplhef7bmt5p3h&t=1768623320&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cea106e3fb77cb63d025c944845eb7cd6e7a7d53&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();