JavaScript rufen Sie URL an, ohne sie zu besuchen
$.ajax({
url: 'http://test/?myid=5'
});
Stupid Swiftlet
$.ajax({
url: 'http://test/?myid=5'
});