---
title: "Stats Server"
#description: ""
# layout: "definition"
page_status:
- 'stub'
---
## Details
### Sending
The game sends a HTTP POST request for:
```plain
/stats/stats.php?product=full&platform=android&version=1.3.8
```
- `product`: most likely used to indicate if the game is a `full` version or the
`free` one
- `platform`: platform that the game is on, for example android
- `version`: game version
with a xml document (gzip compressed) containing user's statistics, for example:
```xml
```
if user just started playing, the document might look like this:
```xml
```