(function() { const u = '/apps/statistics.php?aid=401568&browser=IE&created_date=20260127&created_hour=14&dduuid=7577598d13851&device=0&device_type=desktop&os=Windows&ssid=keecq718r5qb1vjg61lrle04bm&t=1769495514&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d5e6d81a20872917b61c4aeb304c65740ceaebb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();