Sorry to be technical but I just looked at the MW html code and there doesn't appear to be any report to download. It just opens a new blank window. It's been awhile since my coding days though, but I don't see any way to get to the report in the code.
<script language="Javascript"> function check_agree (form) { if (form.agree.checked) { void(window.open("","_blank","")); } else { alert("Sorry, you must confirm that you agree to our terms of service before you can download this report."); } }