(function() { const u = '/apps/statistics.php?aid=425667&browser=IE&created_date=20260126&created_hour=02&dduuid=e855ec202d8a4&device=0&device_type=desktop&os=Windows&ssid=4t278fk1e7alkkp9pjq8aquc2p&t=1769365740&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46a02c0d9aea663880de73673e3838aa6185c4ad&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();