Dim jo As JavaObject
jo.InitializeStatic("android.net.TrafficStats")
Log(jo.RunMethod("getMobileRxBytes", Null))
Log(jo.RunMethod("getTotalRxBytes", Null))
The counters are reset during boot. This means that you will need to use a service that starts every hour and tracks the new values.