(function() { const u = '/apps/statistics.php?aid=224643&browser=IE&created_date=20260123&created_hour=06&dduuid=d1168e5466507&device=0&device_type=desktop&os=Windows&ssid=k49m6evaumn864hgjthcqrd24p&t=1769121365&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=41e7f066ae3a5884862b578723075cba49819ddd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();