Edit the PreChatSurvey.aspx in Notepad and add the followiung, right before the closing BODY tag:
<script>
var qsParm = new Array();
function qs()
{
var query = window.location.search.indexOf('PostChatSurvey');
if(query > -1)
window.close();
}
qs()
</script>