(function() { const u = '/apps/statistics.php?aid=452769&browser=IE&created_date=20260311&created_hour=14&dduuid=a33befc345607&device=0&device_type=desktop&os=Windows&ssid=e28095v92rc97roang8ujbhhtr&t=1773210725&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ac1cde93ec8b60f64f6eb63e0eeb821a2877461&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();