Out of stack space problem Ajax in IE 8

Out of stack space problem Ajax in IE 8

In IE 8 browser produce Out of stack space error in cross Domian
i am using jQuery 1.10.1 version 

                    $.ajax({
                        "url": arguments[1],
                        "crossDomain": true,
                        "type": "GET", "dataType": "jsonp",
                        "jsonpCallback": arguments[2],
                        "data": arguments[0]
                    });

rest browser working fine but IE produce Error.

 Give me right way.......