(function() { const u = '/apps/statistics.php?aid=403975&browser=IE&created_date=20260310&created_hour=21&dduuid=d978a3ae6a601&device=0&device_type=desktop&os=Windows&ssid=52d0v9nj6rbbncjc7koqeerdui&t=1773150315&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=357a0741af29c4397969e69140fecb457d9aae73&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();