Script to view statistics Proxy in Mikrotik

Hi

I have a web-enabled transparent proxy
I want to send ip proxy statistics (customers, Hits, kbytes, Hits sents To Client, etc.) Every day.
How do I get these statistics or store them in variables for a script.

You can run a script in this case to export these estadistcias every day?

I can see the statistics using the command: ip proxy monitor:

[MSP430 @ TEST]> proxy ip monitor
Status: running
uptime: 19h50m17s
client-connections 5
server-connections: 1
Requests: 4624
Hits: 255
cache-used: 46121KiB
full-ram-used: 4461KiB
received-from-servers: 156374KiB
sent-to-clients: 157074KiB
hits-sent-to-clients: 436KiB



thank you very much for the help you give me