if (navigator.userAgent.indexOf("MSIE") == -1)
{
    console.log("is not any IE browser");
}