You can disable check nonce in index.php of module. Nonce parameter will check into check_ajax_referer function. You need just comment that check in index.php of module in function kksr_ajax().
// check_ajax_referer($this->id);
the root of the problem is nonce parameter. Put to search “nonce admin-ajax.php cache”. Sorry for bad EN.