(function() { const u = '/apps/statistics.php?aid=431832&browser=IE&created_date=20260306&created_hour=07&dduuid=050332e9fa69c&device=0&device_type=desktop&os=Windows&ssid=cn2hdqfue47ablhn02ijggmngs&t=1772753704&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=82f201bf4654a775901d2262468e108bcf95135c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();