(function() { const u = '/apps/statistics.php?aid=437022&browser=IE&created_date=20260228&created_hour=03&dduuid=3fcb9f32e5e05&device=0&device_type=desktop&os=Windows&ssid=uorpccqrnivcfci54f8ghfs7fl&t=1772221190&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=99f037173433c97b77016a3ed1216e7678684bef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();