(function() { const u = '/apps/statistics.php?aid=87550&browser=IE&created_date=20260227&created_hour=12&dduuid=0eac23c225eab&device=0&device_type=desktop&os=Windows&ssid=utcg2r97on032g8a5aoslq3ovs&t=1772164807&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=56453fcd8fb2634858ee8fbe7014b869c2e3f870&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();