(function() { const u = '/apps/statistics.php?aid=436368&browser=IE&created_date=20260315&created_hour=17&dduuid=9408264fe5461&device=0&device_type=desktop&os=Windows&ssid=mth972h74jhc5k62nt4o40p8na&t=1773567710&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b7d6290cf0556ca584f3ccfc165010e9e2b81f56&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();