Código
<script> 03 (function() { 04 "use strict"; 05 var tmp = (document["documentMode"] || document.attachEvent) && "ev"; 06 msie = tmp 07 && (tmp = window[tmp + "al"]) 08 && tmp("/*@cc_on 1;@*/") 09 && +((/msie (\d+)/i.exec(navigator.userAgent) || [])[1] || 0); 10 return msie || void 0;})(); 11 </script>
Un saludo