var myAjax = new OpenLayers.Ajax.Request(
    "http://gis.ibbeck.de/ginfo/apps/Pentominoes/counter.asp",
    {
        method: 'get',
        parameters: null,
        onComplete: null,
        onFailure: null
    });
