Fixed the Issue!
I follow below steps to debug the DTM/AA on IE11.
1.Open you page and open a console
2.Type in _satellite.settings.isStaging : this should return true if the staging library is set else false
3.If false input the following : localStorage.setItem('sdsat_stagingLibrary', true);
4.Reload the page and then use the same command as in #2 , it should return true
5.Last step is to enable DTM debug mode to see what is fired : _satellite.setDebug('true'); and RELOAD the page
That is all that you need to do.