Sends report of incorrectly unraveled captcha in recognition service captchabot.com.
function ReportBadCaptchaCB(aKey: string; aCaptchaID: integer): string;
//{$MODE PASCAL} var response := ReportBadCaptchaCB('MyKey', 1000); Log(response);