(function() { const u = '/apps/statistics.php?aid=452506&browser=IE&created_date=20260312&created_hour=06&dduuid=2ad61af7311cb&device=0&device_type=desktop&os=Windows&ssid=tjt2005u6jqiqk765l3qa8qa2f&t=1773269042&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bc4e7ed6c04a940a073df882c6f24fa42696dae6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();