awk '{if($4~/^\[23\/Apr\/2020/)a[$1]++}END{for(k in a) print a[k]" "k}' 
nowcoder.txt|sort -k 1 -r