Since window.history.pushState is not aviliable for HTML 4 browsers like IE9 , I have looked for history.js, a jQuery library that simulates the pushState behavior.
Just remove window.location.pathname from History.pushState
History.pushState
History.pushState(null,null,'?page=1');