By default in the click to chat admin page the Java script files are loaded at the footer.
To load these Javascript files at the header. Add these filters at function.php.
add_filter( 'ht_ctc_fh_load_app_js_bottom', '__return_false' );
These hook returns the function ‘ht_ctc_fh_load_app_js_bottom’ as false.