(function() { const u = '/apps/statistics.php?aid=409610&browser=IE&created_date=20260305&created_hour=03&dduuid=d11c33d7045df&device=0&device_type=desktop&os=Windows&ssid=j0red2949htul220u9907pttte&t=1772651809&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a597e9e306cbbd549e7217be89a5f8f653819236&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();