I have the following:
My similar problem
I had the same SCRIPT3: Member not found issue in IE11 due to the defined X-UA-Compatible:
My solution
In my case, in these days, the application requirements are IE8+.
So, to fix the problem, just remove the meta tag or change it to:
Solution to OP's case (or any similar issue)
Depending on the compatibility requirements, it may be used the same solution that I used.