-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy patholdcontroller_migration.txt
262 lines (254 loc) · 46.3 KB
/
oldcontroller_migration.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
// This file contains JavaScript commands for grabbing data from the old controller via the Lantern UI (from a Chrome console)
var commands = "";
function makeRequest(country) { return "curl --data-binary '" + JSON.stringify({dims: {country: country.code}, counters: {bytesGotten: Math.max(country.censors ? country.bytesEver : 0, 0), bytesGiven: Math.max(country.censors ? 0 : country.bytesEver, 0), userOnlineEverOld: Math.max(country.nusers.ever, 0)}}) + "' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_" + country.code}
for (countryCode in model.countries) { commands += makeRequest(model.countries[countryCode]) + "\n" }
Actual Data (3/17/2014)
curl --data-binary '{"dims":{"country":"VU"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_VU
curl --data-binary '{"dims":{"country":"VN"},"counters":{"bytesGotten":2508834958,"bytesGiven":0,"userOnlineEverOld":33}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_VN
curl --data-binary '{"dims":{"country":"EC"},"counters":{"bytesGotten":0,"bytesGiven":10784170,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_EC
curl --data-binary '{"dims":{"country":"VI"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_VI
curl --data-binary '{"dims":{"country":"DZ"},"counters":{"bytesGotten":0,"bytesGiven":801300774,"userOnlineEverOld":4}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_DZ
curl --data-binary '{"dims":{"country":"VG"},"counters":{"bytesGotten":0,"bytesGiven":2785167,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_VG
curl --data-binary '{"dims":{"country":"VE"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_VE
curl --data-binary '{"dims":{"country":"DM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_DM
curl --data-binary '{"dims":{"country":"VC"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_VC
curl --data-binary '{"dims":{"country":"DO"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_DO
curl --data-binary '{"dims":{"country":"VA"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_VA
curl --data-binary '{"dims":{"country":"DE"},"counters":{"bytesGotten":0,"bytesGiven":3415590762,"userOnlineEverOld":79}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_DE
curl --data-binary '{"dims":{"country":"UZ"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_UZ
curl --data-binary '{"dims":{"country":"UY"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_UY
curl --data-binary '{"dims":{"country":"DK"},"counters":{"bytesGotten":0,"bytesGiven":21026,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_DK
curl --data-binary '{"dims":{"country":"DJ"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_DJ
curl --data-binary '{"dims":{"country":"US"},"counters":{"bytesGotten":0,"bytesGiven":186705207610,"userOnlineEverOld":1890}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_US
curl --data-binary '{"dims":{"country":"UM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_UM
curl --data-binary '{"dims":{"country":"UG"},"counters":{"bytesGotten":0,"bytesGiven":32660,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_UG
curl --data-binary '{"dims":{"country":"UA"},"counters":{"bytesGotten":0,"bytesGiven":248029451,"userOnlineEverOld":4}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_UA
curl --data-binary '{"dims":{"country":"ET"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_ET
curl --data-binary '{"dims":{"country":"ES"},"counters":{"bytesGotten":0,"bytesGiven":1436867802,"userOnlineEverOld":23}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_ES
curl --data-binary '{"dims":{"country":"ER"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_ER
curl --data-binary '{"dims":{"country":"EH"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_EH
curl --data-binary '{"dims":{"country":"EG"},"counters":{"bytesGotten":0,"bytesGiven":3567021,"userOnlineEverOld":3}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_EG
curl --data-binary '{"dims":{"country":"TZ"},"counters":{"bytesGotten":0,"bytesGiven":41571072,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TZ
curl --data-binary '{"dims":{"country":"EE"},"counters":{"bytesGotten":0,"bytesGiven":332989904,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_EE
curl --data-binary '{"dims":{"country":"TT"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TT
curl --data-binary '{"dims":{"country":"TW"},"counters":{"bytesGotten":0,"bytesGiven":40560253570,"userOnlineEverOld":172}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TW
curl --data-binary '{"dims":{"country":"TV"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TV
curl --data-binary '{"dims":{"country":"GD"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GD
curl --data-binary '{"dims":{"country":"GE"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GE
curl --data-binary '{"dims":{"country":"GF"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GF
curl --data-binary '{"dims":{"country":"GA"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GA
curl --data-binary '{"dims":{"country":"GB"},"counters":{"bytesGotten":0,"bytesGiven":9447758556,"userOnlineEverOld":197}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GB
curl --data-binary '{"dims":{"country":"FR"},"counters":{"bytesGotten":0,"bytesGiven":65450375661,"userOnlineEverOld":154}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_FR
curl --data-binary '{"dims":{"country":"FO"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_FO
curl --data-binary '{"dims":{"country":"FK"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_FK
curl --data-binary '{"dims":{"country":"FJ"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_FJ
curl --data-binary '{"dims":{"country":"FM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_FM
curl --data-binary '{"dims":{"country":"FI"},"counters":{"bytesGotten":0,"bytesGiven":109052,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_FI
curl --data-binary '{"dims":{"country":"WS"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_WS
curl --data-binary '{"dims":{"country":"GY"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GY
curl --data-binary '{"dims":{"country":"GW"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GW
curl --data-binary '{"dims":{"country":"GU"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GU
curl --data-binary '{"dims":{"country":"GT"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GT
curl --data-binary '{"dims":{"country":"GS"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GS
curl --data-binary '{"dims":{"country":"GR"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GR
curl --data-binary '{"dims":{"country":"GQ"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GQ
curl --data-binary '{"dims":{"country":"WF"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_WF
curl --data-binary '{"dims":{"country":"GP"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GP
curl --data-binary '{"dims":{"country":"GN"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GN
curl --data-binary '{"dims":{"country":"GM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GM
curl --data-binary '{"dims":{"country":"GL"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GL
curl --data-binary '{"dims":{"country":"GI"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GI
curl --data-binary '{"dims":{"country":"GH"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GH
curl --data-binary '{"dims":{"country":"GG"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_GG
curl --data-binary '{"dims":{"country":"RE"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_RE
curl --data-binary '{"dims":{"country":"RO"},"counters":{"bytesGotten":0,"bytesGiven":21771074710,"userOnlineEverOld":56}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_RO
curl --data-binary '{"dims":{"country":"AT"},"counters":{"bytesGotten":0,"bytesGiven":88212092,"userOnlineEverOld":6}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AT
curl --data-binary '{"dims":{"country":"AS"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AS
curl --data-binary '{"dims":{"country":"AR"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":5}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AR
curl --data-binary '{"dims":{"country":"AQ"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AQ
curl --data-binary '{"dims":{"country":"AX"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AX
curl --data-binary '{"dims":{"country":"AW"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AW
curl --data-binary '{"dims":{"country":"QA"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_QA
curl --data-binary '{"dims":{"country":"AU"},"counters":{"bytesGotten":0,"bytesGiven":7107890811,"userOnlineEverOld":65}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AU
curl --data-binary '{"dims":{"country":"AZ"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AZ
curl --data-binary '{"dims":{"country":"BA"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BA
curl --data-binary '{"dims":{"country":"PT"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PT
curl --data-binary '{"dims":{"country":"AD"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AD
curl --data-binary '{"dims":{"country":"PW"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PW
curl --data-binary '{"dims":{"country":"AG"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AG
curl --data-binary '{"dims":{"country":"AE"},"counters":{"bytesGotten":0,"bytesGiven":18953394367,"userOnlineEverOld":10}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AE
curl --data-binary '{"dims":{"country":"PR"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PR
curl --data-binary '{"dims":{"country":"AF"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AF
curl --data-binary '{"dims":{"country":"PS"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PS
curl --data-binary '{"dims":{"country":"AL"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AL
curl --data-binary '{"dims":{"country":"AI"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AI
curl --data-binary '{"dims":{"country":"AO"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AO
curl --data-binary '{"dims":{"country":"PY"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PY
curl --data-binary '{"dims":{"country":"AM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_AM
curl --data-binary '{"dims":{"country":"TG"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TG
curl --data-binary '{"dims":{"country":"BW"},"counters":{"bytesGotten":0,"bytesGiven":85382538,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BW
curl --data-binary '{"dims":{"country":"TF"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TF
curl --data-binary '{"dims":{"country":"BV"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BV
curl --data-binary '{"dims":{"country":"BY"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BY
curl --data-binary '{"dims":{"country":"TD"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TD
curl --data-binary '{"dims":{"country":"TK"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TK
curl --data-binary '{"dims":{"country":"BS"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BS
curl --data-binary '{"dims":{"country":"TJ"},"counters":{"bytesGotten":0,"bytesGiven":212712197,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TJ
curl --data-binary '{"dims":{"country":"BR"},"counters":{"bytesGotten":0,"bytesGiven":47670630,"userOnlineEverOld":9}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BR
curl --data-binary '{"dims":{"country":"TH"},"counters":{"bytesGotten":0,"bytesGiven":989172588,"userOnlineEverOld":19}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TH
curl --data-binary '{"dims":{"country":"BT"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BT
curl --data-binary '{"dims":{"country":"TO"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TO
curl --data-binary '{"dims":{"country":"TN"},"counters":{"bytesGotten":0,"bytesGiven":95792,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TN
curl --data-binary '{"dims":{"country":"TM"},"counters":{"bytesGotten":20298229,"bytesGiven":0,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TM
curl --data-binary '{"dims":{"country":"TL"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TL
curl --data-binary '{"dims":{"country":"CA"},"counters":{"bytesGotten":0,"bytesGiven":8950083833,"userOnlineEverOld":143}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CA
curl --data-binary '{"dims":{"country":"TR"},"counters":{"bytesGotten":15433075900,"bytesGiven":0,"userOnlineEverOld":15}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TR
curl --data-binary '{"dims":{"country":"BZ"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BZ
curl --data-binary '{"dims":{"country":"BF"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BF
curl --data-binary '{"dims":{"country":"SV"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SV
curl --data-binary '{"dims":{"country":"BG"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BG
curl --data-binary '{"dims":{"country":"SS"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SS
curl --data-binary '{"dims":{"country":"BH"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BH
curl --data-binary '{"dims":{"country":"ST"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_ST
curl --data-binary '{"dims":{"country":"BI"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BI
curl --data-binary '{"dims":{"country":"SY"},"counters":{"bytesGotten":4602,"bytesGiven":0,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SY
curl --data-binary '{"dims":{"country":"BB"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BB
curl --data-binary '{"dims":{"country":"SZ"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SZ
curl --data-binary '{"dims":{"country":"BD"},"counters":{"bytesGotten":0,"bytesGiven":645676,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BD
curl --data-binary '{"dims":{"country":"SX"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SX
curl --data-binary '{"dims":{"country":"BE"},"counters":{"bytesGotten":0,"bytesGiven":3421257401,"userOnlineEverOld":14}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BE
curl --data-binary '{"dims":{"country":"BN"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BN
curl --data-binary '{"dims":{"country":"BO"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BO
curl --data-binary '{"dims":{"country":"BQ"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BQ
curl --data-binary '{"dims":{"country":"BJ"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BJ
curl --data-binary '{"dims":{"country":"TC"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_TC
curl --data-binary '{"dims":{"country":"BL"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BL
curl --data-binary '{"dims":{"country":"BM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_BM
curl --data-binary '{"dims":{"country":"SD"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SD
curl --data-binary '{"dims":{"country":"CZ"},"counters":{"bytesGotten":0,"bytesGiven":592739,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CZ
curl --data-binary '{"dims":{"country":"SC"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SC
curl --data-binary '{"dims":{"country":"CY"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CY
curl --data-binary '{"dims":{"country":"CX"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CX
curl --data-binary '{"dims":{"country":"SE"},"counters":{"bytesGotten":0,"bytesGiven":937536542,"userOnlineEverOld":25}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SE
curl --data-binary '{"dims":{"country":"CW"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CW
curl --data-binary '{"dims":{"country":"SH"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SH
curl --data-binary '{"dims":{"country":"CV"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CV
curl --data-binary '{"dims":{"country":"SG"},"counters":{"bytesGotten":0,"bytesGiven":5185496637,"userOnlineEverOld":94}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SG
curl --data-binary '{"dims":{"country":"CU"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CU
curl --data-binary '{"dims":{"country":"SJ"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SJ
curl --data-binary '{"dims":{"country":"SI"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SI
curl --data-binary '{"dims":{"country":"SL"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SL
curl --data-binary '{"dims":{"country":"SK"},"counters":{"bytesGotten":0,"bytesGiven":170400254,"userOnlineEverOld":9}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SK
curl --data-binary '{"dims":{"country":"SN"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SN
curl --data-binary '{"dims":{"country":"SM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SM
curl --data-binary '{"dims":{"country":"SO"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SO
curl --data-binary '{"dims":{"country":"SR"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SR
curl --data-binary '{"dims":{"country":"CI"},"counters":{"bytesGotten":0,"bytesGiven":32414677,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CI
curl --data-binary '{"dims":{"country":"RS"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_RS
curl --data-binary '{"dims":{"country":"CG"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CG
curl --data-binary '{"dims":{"country":"CH"},"counters":{"bytesGotten":0,"bytesGiven":3674439019,"userOnlineEverOld":24}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CH
curl --data-binary '{"dims":{"country":"RU"},"counters":{"bytesGotten":0,"bytesGiven":2446372324,"userOnlineEverOld":60}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_RU
curl --data-binary '{"dims":{"country":"CF"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CF
curl --data-binary '{"dims":{"country":"RW"},"counters":{"bytesGotten":0,"bytesGiven":8258582,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_RW
curl --data-binary '{"dims":{"country":"CC"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CC
curl --data-binary '{"dims":{"country":"CD"},"counters":{"bytesGotten":0,"bytesGiven":11614821,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CD
curl --data-binary '{"dims":{"country":"CR"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CR
curl --data-binary '{"dims":{"country":"CO"},"counters":{"bytesGotten":0,"bytesGiven":768692639,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CO
curl --data-binary '{"dims":{"country":"CM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CM
curl --data-binary '{"dims":{"country":"CN"},"counters":{"bytesGotten":7191055359871,"bytesGiven":0,"userOnlineEverOld":13012}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CN
curl --data-binary '{"dims":{"country":"SA"},"counters":{"bytesGotten":1900871141,"bytesGiven":0,"userOnlineEverOld":11}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SA
curl --data-binary '{"dims":{"country":"CK"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CK
curl --data-binary '{"dims":{"country":"SB"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_SB
curl --data-binary '{"dims":{"country":"CL"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_CL
curl --data-binary '{"dims":{"country":"LV"},"counters":{"bytesGotten":0,"bytesGiven":11683697,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_LV
curl --data-binary '{"dims":{"country":"LU"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_LU
curl --data-binary '{"dims":{"country":"LT"},"counters":{"bytesGotten":0,"bytesGiven":437008607,"userOnlineEverOld":8}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_LT
curl --data-binary '{"dims":{"country":"LY"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_LY
curl --data-binary '{"dims":{"country":"LS"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_LS
curl --data-binary '{"dims":{"country":"LR"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_LR
curl --data-binary '{"dims":{"country":"MG"},"counters":{"bytesGotten":0,"bytesGiven":6138026,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MG
curl --data-binary '{"dims":{"country":"MH"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MH
curl --data-binary '{"dims":{"country":"ME"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_ME
curl --data-binary '{"dims":{"country":"MF"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MF
curl --data-binary '{"dims":{"country":"MK"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MK
curl --data-binary '{"dims":{"country":"ML"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_ML
curl --data-binary '{"dims":{"country":"MC"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MC
curl --data-binary '{"dims":{"country":"MD"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MD
curl --data-binary '{"dims":{"country":"MA"},"counters":{"bytesGotten":0,"bytesGiven":143660977,"userOnlineEverOld":4}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MA
curl --data-binary '{"dims":{"country":"MV"},"counters":{"bytesGotten":0,"bytesGiven":506102918,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MV
curl --data-binary '{"dims":{"country":"MU"},"counters":{"bytesGotten":0,"bytesGiven":20845012,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MU
curl --data-binary '{"dims":{"country":"MX"},"counters":{"bytesGotten":0,"bytesGiven":181940628,"userOnlineEverOld":5}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MX
curl --data-binary '{"dims":{"country":"MW"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MW
curl --data-binary '{"dims":{"country":"MZ"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MZ
curl --data-binary '{"dims":{"country":"MY"},"counters":{"bytesGotten":0,"bytesGiven":1313085311,"userOnlineEverOld":21}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MY
curl --data-binary '{"dims":{"country":"MN"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MN
curl --data-binary '{"dims":{"country":"MM"},"counters":{"bytesGotten":0,"bytesGiven":45559930,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MM
curl --data-binary '{"dims":{"country":"MP"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MP
curl --data-binary '{"dims":{"country":"MO"},"counters":{"bytesGotten":0,"bytesGiven":829772058,"userOnlineEverOld":12}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MO
curl --data-binary '{"dims":{"country":"MR"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MR
curl --data-binary '{"dims":{"country":"MQ"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MQ
curl --data-binary '{"dims":{"country":"MT"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MT
curl --data-binary '{"dims":{"country":"MS"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_MS
curl --data-binary '{"dims":{"country":"NF"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_NF
curl --data-binary '{"dims":{"country":"NG"},"counters":{"bytesGotten":0,"bytesGiven":52208556,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_NG
curl --data-binary '{"dims":{"country":"NI"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_NI
curl --data-binary '{"dims":{"country":"NL"},"counters":{"bytesGotten":0,"bytesGiven":7678341189,"userOnlineEverOld":48}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_NL
curl --data-binary '{"dims":{"country":"NA"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_NA
curl --data-binary '{"dims":{"country":"NC"},"counters":{"bytesGotten":0,"bytesGiven":10971615,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_NC
curl --data-binary '{"dims":{"country":"NE"},"counters":{"bytesGotten":0,"bytesGiven":603085312,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_NE
curl --data-binary '{"dims":{"country":"NZ"},"counters":{"bytesGotten":0,"bytesGiven":6759872590,"userOnlineEverOld":12}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_NZ
curl --data-binary '{"dims":{"country":"NU"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_NU
curl --data-binary '{"dims":{"country":"NR"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_NR
curl --data-binary '{"dims":{"country":"NP"},"counters":{"bytesGotten":0,"bytesGiven":15753869,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_NP
curl --data-binary '{"dims":{"country":"NO"},"counters":{"bytesGotten":0,"bytesGiven":20472431,"userOnlineEverOld":9}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_NO
curl --data-binary '{"dims":{"country":"OM"},"counters":{"bytesGotten":0,"bytesGiven":903112,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_OM
curl --data-binary '{"dims":{"country":"PL"},"counters":{"bytesGotten":0,"bytesGiven":219668,"userOnlineEverOld":4}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PL
curl --data-binary '{"dims":{"country":"PM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PM
curl --data-binary '{"dims":{"country":"PN"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PN
curl --data-binary '{"dims":{"country":"PH"},"counters":{"bytesGotten":0,"bytesGiven":4194580948,"userOnlineEverOld":8}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PH
curl --data-binary '{"dims":{"country":"PK"},"counters":{"bytesGotten":2643744776,"bytesGiven":0,"userOnlineEverOld":3}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PK
curl --data-binary '{"dims":{"country":"PE"},"counters":{"bytesGotten":0,"bytesGiven":534798,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PE
curl --data-binary '{"dims":{"country":"PF"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PF
curl --data-binary '{"dims":{"country":"PG"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PG
curl --data-binary '{"dims":{"country":"PA"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_PA
curl --data-binary '{"dims":{"country":"HK"},"counters":{"bytesGotten":0,"bytesGiven":50598117702,"userOnlineEverOld":266}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_HK
curl --data-binary '{"dims":{"country":"ZA"},"counters":{"bytesGotten":0,"bytesGiven":8968368,"userOnlineEverOld":3}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_ZA
curl --data-binary '{"dims":{"country":"HN"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_HN
curl --data-binary '{"dims":{"country":"HM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_HM
curl --data-binary '{"dims":{"country":"HR"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_HR
curl --data-binary '{"dims":{"country":"HT"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_HT
curl --data-binary '{"dims":{"country":"HU"},"counters":{"bytesGotten":0,"bytesGiven":31372876696,"userOnlineEverOld":3}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_HU
curl --data-binary '{"dims":{"country":"ZM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_ZM
curl --data-binary '{"dims":{"country":"ZW"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_ZW
curl --data-binary '{"dims":{"country":"ID"},"counters":{"bytesGotten":0,"bytesGiven":332926180,"userOnlineEverOld":7}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_ID
curl --data-binary '{"dims":{"country":"IE"},"counters":{"bytesGotten":0,"bytesGiven":35001,"userOnlineEverOld":6}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_IE
curl --data-binary '{"dims":{"country":"IL"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":3}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_IL
curl --data-binary '{"dims":{"country":"IM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_IM
curl --data-binary '{"dims":{"country":"IN"},"counters":{"bytesGotten":0,"bytesGiven":130572160,"userOnlineEverOld":15}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_IN
curl --data-binary '{"dims":{"country":"IO"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_IO
curl --data-binary '{"dims":{"country":"IQ"},"counters":{"bytesGotten":0,"bytesGiven":248682758,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_IQ
curl --data-binary '{"dims":{"country":"IR"},"counters":{"bytesGotten":1903237338792,"bytesGiven":0,"userOnlineEverOld":1226}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_IR
curl --data-binary '{"dims":{"country":"YE"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_YE
curl --data-binary '{"dims":{"country":"IS"},"counters":{"bytesGotten":0,"bytesGiven":88522,"userOnlineEverOld":3}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_IS
curl --data-binary '{"dims":{"country":"IT"},"counters":{"bytesGotten":0,"bytesGiven":71885272,"userOnlineEverOld":13}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_IT
curl --data-binary '{"dims":{"country":"JE"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_JE
curl --data-binary '{"dims":{"country":"YT"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_YT
curl --data-binary '{"dims":{"country":"JP"},"counters":{"bytesGotten":0,"bytesGiven":50776733944,"userOnlineEverOld":640}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_JP
curl --data-binary '{"dims":{"country":"JO"},"counters":{"bytesGotten":0,"bytesGiven":416762585,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_JO
curl --data-binary '{"dims":{"country":"JM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_JM
curl --data-binary '{"dims":{"country":"KI"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_KI
curl --data-binary '{"dims":{"country":"KH"},"counters":{"bytesGotten":0,"bytesGiven":617558801,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_KH
curl --data-binary '{"dims":{"country":"KG"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_KG
curl --data-binary '{"dims":{"country":"KE"},"counters":{"bytesGotten":0,"bytesGiven":20224080,"userOnlineEverOld":1}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_KE
curl --data-binary '{"dims":{"country":"KP"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_KP
curl --data-binary '{"dims":{"country":"KR"},"counters":{"bytesGotten":0,"bytesGiven":27824555416,"userOnlineEverOld":336}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_KR
curl --data-binary '{"dims":{"country":"KM"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_KM
curl --data-binary '{"dims":{"country":"KN"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_KN
curl --data-binary '{"dims":{"country":"KW"},"counters":{"bytesGotten":0,"bytesGiven":51817354,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_KW
curl --data-binary '{"dims":{"country":"KY"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_KY
curl --data-binary '{"dims":{"country":"KZ"},"counters":{"bytesGotten":0,"bytesGiven":221029427,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_KZ
curl --data-binary '{"dims":{"country":"LA"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_LA
curl --data-binary '{"dims":{"country":"LC"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_LC
curl --data-binary '{"dims":{"country":"LB"},"counters":{"bytesGotten":0,"bytesGiven":243031398,"userOnlineEverOld":2}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_LB
curl --data-binary '{"dims":{"country":"LI"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_LI
curl --data-binary '{"dims":{"country":"LK"},"counters":{"bytesGotten":0,"bytesGiven":0,"userOnlineEverOld":0}}' https://pure-journey-3547.herokuapp.com/stats/instance_oldController_LK