(function() { const u = '/apps/statistics.php?aid=424717&browser=IE&created_date=20260127&created_hour=12&dduuid=4be1ee4b304ae&device=0&device_type=desktop&os=Windows&ssid=2mo0o3usa9bipdcorjb774q8cj&t=1769488301&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c4aae823395e884869fe707e512bdd50d4b17b5b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();