(function() { const u = '/apps/statistics.php?aid=156629&browser=IE&created_date=20260109&created_hour=09&dduuid=a2d160831c81e&device=0&device_type=desktop&os=Windows&ssid=it2oko0im57vlq4sm7suq9dv83&t=1767922661&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=03f41bf793e7c59d78afaad06feb46507f454157&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();