task: #3568492 Remove IE support from Drupal.url.toAbsolute()
Removed the IE <= 6 workaround from Drupal.url.toAbsolute(). The try/catch around decodeURIComponent() was only needed for IE 6 which would fail on certain encoded URLs. Modern browsers handle this correctly via the anchor element's href attribute.