Soenneker.Blazor.Utils.ResourceLoader 2.1.85

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Blazor.Utils.ResourceLoader --version 2.1.85
                    
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 2.1.85
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Blazor.Utils.ResourceLoader" Version="2.1.85" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.ResourceLoader" Version="2.1.85" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Blazor.Utils.ResourceLoader" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Blazor.Utils.ResourceLoader --version 2.1.85
                    
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 2.1.85"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=2.1.85
                    
Install Soenneker.Blazor.Utils.ResourceLoader as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=2.1.85
                    
Install Soenneker.Blazor.Utils.ResourceLoader as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Blazor.Utils.ResourceLoader

A Blazor JavaScript interop for dynamically loading scripts, styles, and modules

Overview

The ResourceLoader class is designed to manage the loading and initialization of scripts, styles, and JavaScript modules in a Blazor application. It provides methods to asynchronously load scripts and styles, wait for variables to be available, and manage the lifecycle of JavaScript modules.

It ensures that each resource is only loaded once (through this interop), even with multiple concurrent calls.

Table of Contents

Installation

dotnet add package Soenneker.Blazor.Utils.ResourceLoader

Usage

Loading Scripts

To load a script, use the LoadScript method. It injects the file into the DOM.

await resourceLoader.LoadScript("https://example.com/script.js");

LoadScriptAndWaitForVariable is also available. It waits for a specified JavaScript variable to be available:

await resourceLoader.LoadScriptAndWaitForVariable("https://example.com/script.js", "variableName");

Loading Styles

To load a style, use the LoadStyle method. It injects the file into the DOM.

await resourceLoader.LoadStyle("https://example.com/style.css");

Importing Modules

To import a JavaScript module, use the ImportModule method:

var module = await resourceLoader.ImportModule("moduleName");

You probably want ImportModuleAndWaitUntilAvailable, as that waits until the module is loaded, and accessible:

// 'ResourceLoader' is the name of the export class
var module = await resourceLoader.ImportModuleAndWaitUntilAvailable("Soenneker.Blazor.Utils.ResourceLoader/resourceloader.js", "ResourceLoader");

Waiting for Variables

To wait for a JavaScript variable to be available, use the WaitForVariable method:

await resourceLoader.WaitForVariable("variableName");

Disposing Modules

Be sure to dispose of a module after you're done interacting with it. To dispose of a JavaScript module, use the DisposeModule method:

await resourceLoader.DisposeModule("moduleName");
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (18)

Showing the top 5 NuGet packages that depend on Soenneker.Blazor.Utils.ResourceLoader:

Package Downloads
Soenneker.Blazor.TomSelect

A Blazor interop library for the select user control library, Tom Select

Soenneker.Blazor.FilePond

A Blazor interop library for the file upload library FilePond

Soenneker.Blazor.Clarity

A small Blazor interop library that sets up Microsoft Clarity

Soenneker.Blazor.Masonry

A lightweight, responsive **Blazor** component for Masonry (the cascading grid layout library) — perfect for image grids, cards, and dynamic content.

Soenneker.Blazor.LogJson

A Blazor interop library that logs JSON (like HTTP requests/responses) within the browser

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.1467 363 5/28/2025
3.0.1466 221 5/27/2025
3.0.1465 299 5/27/2025
3.0.1464 263 5/27/2025
3.0.1463 257 5/27/2025
3.0.1462 597 5/27/2025
3.0.1461 1,209 5/23/2025
3.0.1460 438 5/23/2025
3.0.1459 279 5/23/2025
3.0.1458 510 5/22/2025
3.0.1457 365 5/22/2025
3.0.1456 845 5/18/2025
3.0.1455 298 5/18/2025
3.0.1454 371 5/18/2025
3.0.1453 669 5/14/2025
3.0.1452 395 5/14/2025
3.0.1451 1,776 5/8/2025
3.0.1450 333 5/8/2025
3.0.1449 328 5/8/2025
3.0.1448 326 5/8/2025
3.0.1447 508 5/7/2025
3.0.1446 439 5/7/2025
3.0.1445 1,173 5/5/2025
3.0.1444 353 5/5/2025
3.0.1443 127 5/5/2025
3.0.1442 237 5/5/2025
3.0.1441 282 5/5/2025
3.0.1440 456 5/5/2025
3.0.1439 422 5/5/2025
3.0.1438 916 5/5/2025
3.0.1437 2,391 4/9/2025
3.0.1436 424 4/9/2025
3.0.1435 297 4/9/2025
3.0.1434 274 4/8/2025
3.0.1433 351 4/8/2025
3.0.1432 143 4/8/2025
3.0.1431 145 4/8/2025
3.0.1430 595 4/8/2025
3.0.1429 412 4/8/2025
3.0.1428 218 4/8/2025
3.0.1427 206 4/8/2025
3.0.1426 194 4/8/2025
3.0.1425 204 4/8/2025
3.0.1424 203 4/8/2025
3.0.1423 204 4/8/2025
3.0.1422 210 4/8/2025
3.0.1421 160 4/7/2025
3.0.1420 188 4/7/2025
3.0.1419 147 4/7/2025
3.0.1418 249 4/7/2025
3.0.1417 2,182 4/7/2025
3.0.1416 155 4/7/2025
3.0.1415 899 4/7/2025
3.0.1414 147 4/7/2025
3.0.1413 173 4/7/2025
3.0.1412 153 4/7/2025
3.0.1411 749 4/7/2025
3.0.1410 159 4/7/2025
3.0.1409 173 4/7/2025
3.0.1408 150 4/7/2025
3.0.1407 410 4/7/2025
3.0.1406 145 4/7/2025
3.0.1405 411 4/7/2025
3.0.1404 541 4/7/2025
3.0.1403 328 4/7/2025
3.0.1402 370 4/7/2025
3.0.1401 393 4/7/2025
3.0.1400 329 4/6/2025
3.0.1399 288 4/6/2025
3.0.1398 232 4/6/2025
3.0.1397 274 4/6/2025
3.0.1396 493 4/6/2025
3.0.1395 367 4/6/2025
3.0.1394 159 4/6/2025
3.0.1393 201 4/6/2025
3.0.1392 93 4/6/2025
3.0.1391 503 4/6/2025
3.0.1390 98 4/6/2025
3.0.1389 566 4/5/2025
3.0.1388 478 4/5/2025
3.0.1387 159 4/5/2025
3.0.1386 130 4/5/2025
3.0.1385 152 4/5/2025
3.0.1384 198 4/5/2025
3.0.1383 156 4/5/2025
3.0.1382 98 4/5/2025
3.0.1381 252 4/5/2025
3.0.1380 84 4/5/2025
3.0.1379 100 4/5/2025
3.0.1378 113 4/5/2025
3.0.1377 1,178 4/4/2025
3.0.1376 137 4/4/2025
3.0.1375 2,063 4/4/2025
3.0.1374 207 4/4/2025
3.0.1373 408 4/4/2025
3.0.1372 144 4/4/2025
3.0.1371 433 4/3/2025
3.0.1370 574 4/1/2025
3.0.1369 237 4/1/2025
3.0.1368 239 4/1/2025
3.0.1367 138 4/1/2025
3.0.1366 281 4/1/2025
3.0.1365 137 4/1/2025
3.0.1364 375 4/1/2025
3.0.1363 516 4/1/2025
3.0.1362 475 4/1/2025
3.0.1361 242 4/1/2025
3.0.1360 290 4/1/2025
3.0.1359 224 4/1/2025
3.0.1358 377 4/1/2025
3.0.1357 137 4/1/2025
3.0.1356 293 3/31/2025
3.0.1355 133 3/31/2025
3.0.1354 415 3/31/2025
3.0.1353 138 3/31/2025
3.0.1352 578 3/31/2025
3.0.1351 489 3/31/2025
3.0.1350 493 3/29/2025
3.0.1349 202 3/29/2025
3.0.1348 206 3/29/2025
3.0.1347 234 3/29/2025
3.0.1346 76 3/29/2025
3.0.1345 220 3/29/2025
3.0.1344 79 3/29/2025
3.0.1343 721 3/27/2025
3.0.1342 795 3/26/2025
3.0.1341 598 3/25/2025
3.0.1340 555 3/25/2025
3.0.1339 453 3/25/2025
3.0.1338 623 3/25/2025
3.0.1337 451 3/25/2025
3.0.1336 706 3/25/2025
3.0.1335 465 3/25/2025
3.0.1334 1,043 3/22/2025
3.0.1333 212 3/21/2025
3.0.1332 220 3/21/2025
3.0.1331 87 3/21/2025
3.0.1330 285 3/21/2025
3.0.1329 101 3/21/2025
3.0.1328 255 3/21/2025
3.0.1327 422 3/21/2025
3.0.1326 561 3/18/2025
3.0.1325 283 3/18/2025
3.0.1324 230 3/18/2025
3.0.1323 264 3/18/2025
3.0.1322 213 3/18/2025
3.0.1321 136 3/18/2025
3.0.1320 506 3/18/2025
3.0.1319 259 3/18/2025
3.0.1318 130 3/18/2025
3.0.1317 349 3/18/2025
3.0.1316 133 3/18/2025
3.0.1315 517 3/15/2025
3.0.1314 149 3/15/2025
3.0.1313 168 3/15/2025
3.0.1312 59 3/15/2025
3.0.1311 223 3/15/2025
3.0.1310 60 3/15/2025
3.0.1309 358 3/15/2025
3.0.1308 98 3/15/2025
3.0.1307 58 3/15/2025
3.0.1306 862 3/12/2025
3.0.1305 293 3/12/2025
3.0.1304 282 3/12/2025
3.0.1303 144 3/12/2025
3.0.1302 259 3/12/2025
3.0.1301 215 3/12/2025
3.0.1300 393 3/12/2025
3.0.1299 152 3/12/2025
3.0.1298 417 3/12/2025
3.0.1297 188 3/12/2025
3.0.1296 149 3/12/2025
3.0.1295 410 3/11/2025
3.0.1294 163 3/11/2025
3.0.1293 512 3/11/2025
3.0.1292 158 3/11/2025
3.0.1291 527 3/11/2025
3.0.1290 163 3/11/2025
3.0.1289 155 3/11/2025
3.0.1288 639 3/11/2025
3.0.1287 156 3/11/2025
3.0.1286 440 3/11/2025
3.0.1285 626 3/11/2025
3.0.1284 164 3/11/2025
3.0.1283 479 3/11/2025
3.0.1282 162 3/11/2025
3.0.1281 586 3/7/2025
3.0.1280 378 3/7/2025
3.0.1279 303 3/7/2025
3.0.1278 200 3/7/2025
3.0.1277 394 3/7/2025
3.0.1276 198 3/7/2025
3.0.1275 456 3/7/2025
3.0.1274 386 3/7/2025
3.0.1273 461 3/7/2025
3.0.1272 605 3/2/2025
3.0.1271 203 3/2/2025
3.0.1270 304 3/2/2025
3.0.1269 106 3/2/2025
3.0.1268 231 3/2/2025
3.0.1267 145 3/2/2025
3.0.1266 301 3/2/2025
3.0.1265 90 3/2/2025
3.0.1264 490 3/2/2025
3.0.1263 93 3/2/2025
3.0.1262 504 3/2/2025
3.0.1261 91 3/2/2025
3.0.1260 232 3/2/2025
3.0.1259 89 3/2/2025
3.0.1258 511 3/1/2025
3.0.1257 324 3/1/2025
3.0.1256 91 3/1/2025
3.0.1255 316 3/1/2025
3.0.1254 127 3/1/2025
3.0.1253 94 3/1/2025
3.0.1252 191 3/1/2025
3.0.1251 94 3/1/2025
3.0.1250 510 3/1/2025
3.0.1249 84 3/1/2025
3.0.1248 86 3/1/2025
3.0.1247 688 3/1/2025
3.0.1246 89 3/1/2025
3.0.1245 702 2/26/2025
3.0.1244 136 2/26/2025
3.0.1243 90 2/26/2025
3.0.1242 201 2/26/2025
3.0.1241 79 2/26/2025
3.0.1240 296 2/25/2025
3.0.1239 78 2/25/2025
3.0.1238 271 2/25/2025
3.0.1237 82 2/25/2025
3.0.1236 474 2/25/2025
3.0.1235 84 2/25/2025
3.0.1234 422 2/25/2025
3.0.1233 79 2/25/2025
3.0.1232 270 2/25/2025
3.0.1231 366 2/24/2025
3.0.1230 715 2/23/2025
3.0.1229 355 2/23/2025
3.0.1228 100 2/23/2025
3.0.1227 164 2/23/2025
3.0.1226 86 2/23/2025
3.0.1225 248 2/22/2025
3.0.1224 89 2/22/2025
3.0.1223 441 2/22/2025
3.0.1222 88 2/22/2025
3.0.1221 187 2/22/2025
3.0.1220 599 2/22/2025
3.0.1219 238 2/22/2025
3.0.1218 90 2/22/2025
3.0.1217 195 2/22/2025
3.0.1216 83 2/22/2025
3.0.1215 404 2/22/2025
3.0.1214 185 2/22/2025
3.0.1213 198 2/22/2025
3.0.1212 294 2/22/2025
3.0.1211 87 2/22/2025
3.0.1210 232 2/22/2025
3.0.1209 274 2/22/2025
3.0.1208 265 2/21/2025
3.0.1207 83 2/21/2025
3.0.1206 87 2/21/2025
3.0.1205 389 2/21/2025
3.0.1204 88 2/21/2025
3.0.1203 233 2/21/2025
3.0.1202 90 2/21/2025
3.0.1201 277 2/21/2025
3.0.1200 946 2/19/2025
3.0.1199 303 2/19/2025
3.0.1198 93 2/19/2025
3.0.1197 179 2/19/2025
3.0.1196 94 2/19/2025
3.0.1195 158 2/19/2025
3.0.1194 95 2/19/2025
3.0.1193 191 2/19/2025
3.0.1192 93 2/19/2025
3.0.1191 216 2/19/2025
3.0.1190 87 2/19/2025
3.0.1189 273 2/19/2025
3.0.1188 229 2/18/2025
3.0.1187 90 2/18/2025
3.0.1186 659 2/18/2025
3.0.1185 119 2/18/2025
3.0.1184 101 2/18/2025
3.0.1183 629 2/18/2025
3.0.1182 89 2/18/2025
3.0.1181 266 2/18/2025
3.0.1180 88 2/18/2025
3.0.1179 721 2/16/2025
3.0.1178 422 2/14/2025
3.0.1177 208 2/14/2025
3.0.1176 93 2/14/2025
3.0.1175 258 2/14/2025
3.0.1174 194 2/14/2025
3.0.1173 92 2/14/2025
3.0.1172 651 2/13/2025
3.0.1171 95 2/13/2025
3.0.1170 207 2/13/2025
3.0.1169 785 2/13/2025
3.0.1168 331 2/12/2025
3.0.1167 213 2/12/2025
3.0.1166 264 2/12/2025
3.0.1165 94 2/12/2025
3.0.1164 191 2/12/2025
3.0.1163 97 2/12/2025
3.0.1162 418 2/12/2025
3.0.1161 104 2/12/2025
3.0.1160 185 2/12/2025
3.0.1159 94 2/12/2025
3.0.1158 280 2/12/2025
3.0.1157 95 2/12/2025
3.0.1156 317 2/12/2025
3.0.1155 95 2/12/2025
3.0.1154 293 2/12/2025
3.0.1153 87 2/12/2025
3.0.1152 245 2/12/2025
3.0.1151 84 2/12/2025
3.0.1150 324 2/11/2025
3.0.1149 91 2/11/2025
3.0.1148 456 2/11/2025
3.0.1147 441 2/11/2025
3.0.1146 88 2/11/2025
3.0.1145 93 2/11/2025
3.0.1144 376 2/11/2025
3.0.1143 95 2/11/2025
3.0.1142 258 2/11/2025
3.0.1141 729 2/11/2025
3.0.1140 99 2/11/2025
3.0.1139 257 2/11/2025
3.0.1138 92 2/11/2025
3.0.1137 205 2/11/2025
3.0.1136 94 2/11/2025
3.0.1135 200 2/11/2025
3.0.1134 88 2/11/2025
3.0.1133 274 2/10/2025
3.0.1132 92 2/10/2025
3.0.1131 186 2/10/2025
3.0.1130 93 2/10/2025
3.0.1129 418 2/10/2025
3.0.1128 93 2/10/2025
3.0.1127 91 2/10/2025
3.0.1126 203 2/10/2025
3.0.1125 309 2/10/2025
3.0.1124 390 2/10/2025
3.0.1123 158 2/9/2025
3.0.1122 438 2/9/2025
3.0.1121 143 2/9/2025
3.0.1120 93 2/9/2025
3.0.1119 378 2/9/2025
3.0.1118 92 2/9/2025
3.0.1117 1,098 2/7/2025
3.0.1116 90 2/7/2025
3.0.1115 408 2/7/2025
3.0.1114 82 2/7/2025
3.0.1113 288 2/7/2025
3.0.1112 261 2/7/2025
3.0.1111 89 2/7/2025
3.0.1110 239 2/7/2025
3.0.1109 96 2/7/2025
3.0.1108 188 2/7/2025
3.0.1107 138 2/7/2025
3.0.1106 1,004 2/7/2025
3.0.1105 174 2/7/2025
3.0.1104 212 2/7/2025
3.0.1103 83 2/7/2025
3.0.1102 156 2/6/2025
3.0.1101 706 2/5/2025
3.0.1100 280 2/5/2025
3.0.1099 116 2/5/2025
3.0.1098 212 2/5/2025
3.0.1097 96 2/5/2025
3.0.1096 199 2/5/2025
3.0.1095 349 2/5/2025
3.0.1094 252 2/5/2025
3.0.1093 92 2/5/2025
3.0.1092 133 2/5/2025
3.0.1091 83 2/5/2025
3.0.1090 325 2/5/2025
3.0.1089 81 2/5/2025
3.0.1088 167 2/5/2025
3.0.1087 88 2/5/2025
3.0.1086 97 2/5/2025
3.0.1085 249 2/5/2025
3.0.1084 90 2/5/2025
3.0.1083 287 2/5/2025
3.0.1082 172 2/5/2025
3.0.1081 457 2/5/2025
3.0.1080 78 2/5/2025
3.0.1079 169 2/5/2025
3.0.1078 938 1/28/2025
3.0.1077 136 1/28/2025
3.0.1076 168 1/28/2025
3.0.1075 82 1/28/2025
3.0.1074 172 1/28/2025
3.0.1073 81 1/28/2025
3.0.1072 158 1/28/2025
3.0.1071 87 1/28/2025
3.0.1070 232 1/28/2025
3.0.1069 80 1/28/2025
3.0.1068 231 1/28/2025
3.0.1067 65 1/28/2025
3.0.1066 280 1/28/2025
3.0.1065 74 1/28/2025
3.0.1064 244 1/28/2025
3.0.1063 76 1/28/2025
3.0.1062 194 1/28/2025
3.0.1061 350 1/28/2025
3.0.1060 79 1/28/2025
3.0.1059 383 1/28/2025
3.0.1058 80 1/28/2025
3.0.1057 196 1/27/2025
3.0.1056 76 1/27/2025
3.0.1055 305 1/27/2025
3.0.1054 228 1/27/2025
3.0.1053 248 1/27/2025
3.0.1052 75 1/27/2025
3.0.1051 165 1/27/2025
3.0.1050 594 1/26/2025
3.0.1049 175 1/26/2025
3.0.1048 205 1/26/2025
3.0.1047 237 1/26/2025
3.0.1046 80 1/26/2025
3.0.1045 150 1/26/2025
3.0.1044 88 1/26/2025
3.0.1043 232 1/26/2025
3.0.1042 83 1/26/2025
3.0.1041 90 1/26/2025
3.0.1040 82 1/26/2025
3.0.1039 269 1/26/2025
3.0.1038 80 1/26/2025
3.0.1037 262 1/26/2025
3.0.1036 84 1/26/2025
3.0.1035 336 1/26/2025
3.0.1034 84 1/26/2025
3.0.1033 282 1/25/2025
3.0.1032 388 1/25/2025
3.0.1031 87 1/25/2025
3.0.1030 364 1/25/2025
3.0.1029 79 1/25/2025
3.0.1028 270 1/25/2025
3.0.1027 84 1/25/2025
3.0.1026 79 1/25/2025
3.0.1025 470 1/25/2025
3.0.1024 81 1/25/2025
3.0.1023 210 1/25/2025
3.0.1022 602 1/24/2025
3.0.1021 197 1/24/2025
3.0.1020 213 1/24/2025
3.0.1019 120 1/24/2025
3.0.1018 74 1/24/2025
3.0.1017 154 1/24/2025
3.0.1016 74 1/24/2025
3.0.1015 476 1/24/2025
3.0.1014 77 1/24/2025
3.0.1013 138 1/24/2025
3.0.1012 78 1/24/2025
3.0.1011 286 1/24/2025
3.0.1010 74 1/24/2025
3.0.1009 695 1/23/2025
3.0.1008 172 1/23/2025
3.0.1007 193 1/23/2025
3.0.1006 175 1/23/2025
3.0.1005 74 1/23/2025
3.0.1004 141 1/23/2025
3.0.1003 507 1/22/2025
3.0.1002 252 1/22/2025
3.0.1001 152 1/22/2025
3.0.1000 86 1/22/2025
3.0.999 82 1/22/2025
3.0.998 207 1/22/2025
3.0.997 446 1/21/2025
3.0.996 172 1/21/2025
3.0.995 89 1/21/2025
3.0.994 350 1/21/2025
3.0.993 341 1/21/2025
3.0.992 327 1/21/2025
3.0.991 88 1/21/2025
3.0.990 546 1/21/2025
3.0.989 84 1/21/2025
3.0.988 530 1/21/2025
3.0.987 129 1/20/2025
3.0.986 140 1/20/2025
3.0.985 80 1/20/2025
3.0.984 349 1/20/2025
3.0.983 76 1/20/2025
3.0.982 401 1/20/2025
3.0.981 81 1/20/2025
3.0.980 513 1/20/2025
3.0.979 80 1/20/2025
3.0.978 316 1/20/2025
3.0.977 78 1/20/2025
3.0.976 83 1/20/2025
3.0.975 279 1/19/2025
3.0.974 85 1/19/2025
3.0.973 468 1/19/2025
3.0.972 74 1/19/2025
3.0.971 220 1/19/2025
3.0.970 84 1/19/2025
3.0.969 491 1/19/2025
3.0.968 71 1/19/2025
3.0.967 223 1/19/2025
3.0.966 77 1/19/2025
3.0.965 73 1/19/2025
3.0.964 477 1/19/2025
3.0.963 72 1/19/2025
3.0.962 315 1/18/2025
3.0.961 83 1/18/2025
3.0.960 113 1/18/2025
3.0.959 161 1/18/2025
3.0.958 96 1/18/2025
3.0.957 341 1/18/2025
3.0.956 273 1/18/2025
3.0.955 111 1/18/2025
3.0.954 74 1/18/2025
3.0.953 286 1/17/2025
3.0.952 152 1/17/2025
3.0.951 72 1/17/2025
3.0.950 117 1/17/2025
3.0.949 108 1/17/2025
3.0.948 166 1/17/2025
3.0.947 74 1/17/2025
3.0.946 358 1/17/2025
3.0.945 96 1/17/2025
3.0.944 84 1/17/2025
3.0.943 530 1/17/2025
3.0.942 75 1/17/2025
3.0.941 321 1/16/2025
3.0.940 77 1/16/2025
3.0.939 225 1/16/2025
3.0.938 255 1/16/2025
3.0.937 262 1/16/2025
3.0.936 111 1/16/2025
3.0.935 107 1/16/2025
3.0.934 416 1/16/2025
3.0.933 73 1/16/2025
3.0.932 109 1/16/2025
3.0.931 157 1/16/2025
3.0.930 78 1/16/2025
3.0.929 281 1/16/2025
3.0.928 209 1/16/2025
3.0.927 173 1/16/2025
3.0.926 468 1/15/2025
3.0.925 76 1/15/2025
3.0.924 109 1/15/2025
3.0.923 76 1/15/2025
3.0.922 157 1/15/2025
3.0.921 277 1/15/2025
3.0.920 78 1/15/2025
3.0.919 154 1/15/2025
3.0.918 305 1/15/2025
3.0.917 198 1/15/2025
3.0.916 75 1/15/2025
3.0.915 297 1/15/2025
3.0.914 173 1/15/2025
3.0.913 72 1/15/2025
3.0.912 217 1/15/2025
3.0.911 61 1/15/2025
3.0.910 195 1/15/2025
3.0.909 55 1/15/2025
3.0.908 127 1/15/2025
3.0.907 37 1/15/2025
3.0.906 40 1/15/2025
3.0.905 255 1/14/2025
3.0.904 907 1/14/2025
3.0.903 54 1/14/2025
3.0.902 331 1/14/2025
3.0.901 59 1/14/2025
3.0.900 301 1/14/2025
3.0.899 185 1/14/2025
3.0.898 262 1/13/2025
3.0.897 165 1/13/2025
3.0.896 69 1/13/2025
3.0.895 227 1/13/2025
3.0.894 64 1/13/2025
3.0.893 178 1/13/2025
3.0.892 80 1/13/2025
3.0.891 74 1/13/2025
3.0.890 250 1/13/2025
3.0.889 68 1/13/2025
3.0.888 250 1/13/2025
3.0.887 64 1/13/2025
3.0.886 214 1/12/2025
3.0.885 387 1/12/2025
3.0.884 186 1/11/2025
3.0.883 76 1/11/2025
3.0.882 187 1/11/2025
3.0.881 84 1/11/2025
3.0.880 75 1/11/2025
3.0.879 229 1/11/2025
3.0.878 340 1/11/2025
3.0.877 79 1/11/2025
3.0.876 145 1/11/2025
3.0.875 73 1/11/2025
3.0.874 218 1/10/2025
3.0.873 83 1/10/2025
3.0.872 432 1/10/2025
3.0.871 84 1/10/2025
3.0.870 201 1/10/2025
3.0.869 83 1/10/2025
3.0.868 89 1/10/2025
3.0.867 675 1/8/2025
3.0.866 366 1/3/2025
3.0.865 299 1/3/2025
3.0.864 111 1/3/2025
3.0.863 279 1/3/2025
3.0.862 109 1/3/2025
3.0.861 298 1/3/2025
3.0.860 154 1/3/2025
3.0.859 110 1/3/2025
3.0.858 406 1/3/2025
3.0.857 130 1/3/2025
3.0.856 84 1/3/2025
3.0.855 308 1/2/2025
3.0.854 86 1/2/2025
3.0.853 259 1/2/2025
3.0.852 95 1/2/2025
3.0.851 87 1/2/2025
3.0.850 89 1/2/2025
3.0.849 327 1/2/2025
3.0.848 733 1/2/2025
3.0.847 94 1/2/2025
3.0.846 230 1/1/2025
3.0.845 88 1/1/2025
3.0.844 239 1/1/2025
3.0.843 103 1/1/2025
3.0.842 219 1/1/2025
3.0.841 237 1/1/2025
3.0.840 94 1/1/2025
3.0.839 331 1/1/2025
3.0.838 100 1/1/2025
3.0.837 97 1/1/2025
3.0.836 290 1/1/2025
3.0.835 117 1/1/2025
3.0.834 267 1/1/2025
3.0.833 90 1/1/2025
3.0.832 238 12/31/2024
3.0.831 88 12/31/2024
3.0.830 97 12/31/2024
3.0.829 148 12/31/2024
3.0.828 97 12/31/2024
3.0.827 89 12/31/2024
3.0.826 230 12/31/2024
3.0.825 208 12/31/2024
3.0.824 202 12/31/2024
3.0.823 163 12/31/2024
3.0.822 108 12/31/2024
3.0.821 541 12/31/2024
3.0.820 112 12/31/2024
3.0.819 553 12/31/2024
3.0.818 96 12/31/2024
3.0.817 143 12/31/2024
3.0.816 82 12/31/2024
3.0.815 503 12/31/2024
3.0.814 269 12/31/2024
3.0.813 77 12/31/2024
3.0.812 251 12/31/2024
3.0.811 87 12/31/2024
3.0.810 78 12/31/2024
3.0.809 89 12/31/2024
3.0.808 815 12/28/2024
3.0.807 162 12/28/2024
3.0.806 164 12/28/2024
3.0.805 87 12/28/2024
3.0.804 306 12/28/2024
3.0.803 89 12/28/2024
3.0.802 181 12/28/2024
3.0.801 80 12/28/2024
3.0.800 496 12/27/2024
3.0.799 154 12/27/2024
3.0.798 89 12/27/2024
3.0.797 602 12/25/2024
3.0.796 157 12/25/2024
3.0.795 185 12/25/2024
3.0.794 139 12/24/2024
3.0.793 301 12/24/2024
3.0.792 83 12/24/2024
3.0.791 139 12/24/2024
3.0.790 394 12/24/2024
3.0.789 79 12/24/2024
3.0.788 237 12/24/2024
3.0.787 85 12/24/2024
3.0.786 350 12/24/2024
3.0.785 75 12/24/2024
3.0.784 293 12/24/2024
3.0.783 81 12/24/2024
3.0.782 385 12/24/2024
3.0.781 156 12/24/2024
3.0.780 267 12/24/2024
3.0.779 82 12/24/2024
3.0.778 78 12/24/2024
3.0.777 83 12/24/2024
3.0.776 80 12/24/2024
3.0.775 288 12/24/2024
3.0.774 82 12/24/2024
3.0.773 240 12/23/2024
3.0.772 86 12/23/2024
3.0.771 245 12/23/2024
3.0.770 86 12/23/2024
3.0.769 121 12/23/2024
3.0.768 249 12/23/2024
3.0.767 84 12/23/2024
3.0.766 334 12/23/2024
3.0.765 87 12/23/2024
3.0.764 242 12/23/2024
3.0.763 164 12/23/2024
3.0.762 93 12/23/2024
3.0.761 435 12/23/2024
3.0.760 146 12/22/2024
3.0.759 86 12/22/2024
3.0.758 268 12/22/2024
3.0.757 102 12/22/2024
3.0.756 239 12/22/2024
3.0.755 93 12/22/2024
3.0.754 186 12/22/2024
3.0.753 305 12/22/2024
3.0.752 86 12/22/2024
3.0.751 271 12/22/2024
3.0.750 90 12/22/2024
3.0.749 410 12/22/2024
3.0.748 113 12/22/2024
3.0.747 83 12/22/2024
3.0.746 288 12/21/2024
3.0.745 162 12/21/2024
3.0.744 87 12/21/2024
3.0.743 160 12/21/2024
3.0.742 87 12/21/2024
3.0.741 173 12/21/2024
3.0.740 92 12/21/2024
3.0.739 143 12/21/2024
3.0.738 88 12/21/2024
3.0.737 371 12/21/2024
3.0.736 138 12/21/2024
3.0.735 85 12/21/2024
3.0.734 378 12/21/2024
3.0.733 88 12/21/2024
3.0.732 89 12/21/2024
3.0.731 199 12/20/2024
3.0.730 85 12/20/2024
3.0.729 198 12/20/2024
3.0.728 121 12/20/2024
3.0.727 173 12/20/2024
3.0.726 90 12/20/2024
3.0.725 155 12/20/2024
3.0.724 86 12/20/2024
3.0.723 331 12/20/2024
3.0.722 86 12/20/2024
3.0.721 313 12/19/2024
3.0.720 123 12/19/2024
3.0.719 80 12/19/2024
3.0.718 213 12/19/2024
3.0.717 213 12/19/2024
3.0.716 81 12/19/2024
3.0.715 271 12/19/2024
3.0.714 83 12/19/2024
3.0.713 203 12/18/2024
3.0.712 1,864 12/17/2024
3.0.711 190 12/17/2024
3.0.709 252 12/17/2024
3.0.708 219 12/17/2024
3.0.707 194 12/17/2024
3.0.706 228 12/16/2024
3.0.705 174 12/16/2024
3.0.704 98 12/16/2024
3.0.703 493 12/10/2024
3.0.702 207 12/10/2024
3.0.701 89 12/10/2024
3.0.700 178 12/10/2024
3.0.699 270 12/10/2024
3.0.698 153 12/9/2024
3.0.697 85 12/9/2024
3.0.696 316 12/9/2024
3.0.695 88 12/9/2024
3.0.694 422 12/9/2024
3.0.693 244 12/9/2024
3.0.692 81 12/9/2024
3.0.691 223 12/9/2024
3.0.690 78 12/9/2024
3.0.689 274 12/9/2024
3.0.688 458 12/7/2024
3.0.687 185 12/7/2024
3.0.686 190 12/6/2024
3.0.685 92 12/6/2024
3.0.684 191 12/6/2024
3.0.683 92 12/6/2024
3.0.682 127 12/6/2024
3.0.681 182 12/6/2024
3.0.680 267 12/6/2024
3.0.679 94 12/6/2024
3.0.678 234 12/6/2024
3.0.677 202 12/6/2024
3.0.676 90 12/6/2024
3.0.675 207 12/6/2024
3.0.674 92 12/6/2024
3.0.673 190 12/6/2024
3.0.672 237 12/6/2024
3.0.671 174 12/6/2024
3.0.670 283 12/6/2024
3.0.669 93 12/6/2024
3.0.668 253 12/6/2024
3.0.667 97 12/6/2024
3.0.666 299 12/6/2024
3.0.665 91 12/6/2024
3.0.664 121 12/6/2024
3.0.663 188 12/6/2024
3.0.662 90 12/6/2024
3.0.661 227 12/6/2024
3.0.660 97 12/6/2024
3.0.659 224 12/6/2024
3.0.658 209 12/5/2024
3.0.657 96 12/5/2024
3.0.656 267 12/5/2024
3.0.655 92 12/5/2024
3.0.654 304 12/5/2024
3.0.653 100 12/5/2024
3.0.652 1,073 12/5/2024
3.0.651 302 12/5/2024
3.0.650 332 12/5/2024
3.0.649 399 12/5/2024
3.0.648 432 12/4/2024
3.0.647 157 12/4/2024
3.0.646 427 12/4/2024
3.0.645 211 12/4/2024
3.0.644 399 12/4/2024
3.0.643 185 12/4/2024
3.0.642 279 12/3/2024
3.0.641 445 12/3/2024
3.0.640 93 12/3/2024
3.0.639 137 12/3/2024
3.0.638 87 12/3/2024
3.0.637 416 12/3/2024
3.0.636 86 12/3/2024
3.0.635 502 12/3/2024
3.0.634 191 12/3/2024
3.0.633 86 12/3/2024
3.0.632 149 12/2/2024
3.0.631 283 12/2/2024
3.0.630 171 12/2/2024
3.0.629 86 12/2/2024
3.0.628 246 12/2/2024
3.0.627 223 12/2/2024
3.0.626 94 12/2/2024
3.0.625 416 12/2/2024
3.0.624 153 12/2/2024
3.0.623 97 12/2/2024
3.0.622 280 12/2/2024
3.0.621 88 12/2/2024
3.0.620 196 12/1/2024
3.0.619 150 12/1/2024
3.0.618 95 12/1/2024
3.0.617 690 12/1/2024
3.0.616 147 12/1/2024
3.0.615 283 12/1/2024
3.0.614 407 11/29/2024
3.0.613 145 11/29/2024
3.0.612 228 11/29/2024
3.0.611 93 11/29/2024
3.0.610 144 11/29/2024
3.0.609 229 11/29/2024
3.0.608 91 11/29/2024
3.0.607 367 11/29/2024
3.0.606 452 11/21/2024
3.0.605 235 11/21/2024
3.0.604 163 11/21/2024
3.0.603 101 11/21/2024
3.0.602 211 11/21/2024
3.0.601 88 11/21/2024
3.0.600 705 11/20/2024
3.0.599 109 11/20/2024
3.0.598 300 11/20/2024
3.0.597 187 11/20/2024
3.0.596 157 11/20/2024
3.0.595 202 11/20/2024
3.0.594 344 11/20/2024
3.0.593 331 11/20/2024
3.0.592 91 11/20/2024
3.0.591 276 11/20/2024
3.0.590 308 11/19/2024
3.0.589 106 11/19/2024
3.0.588 206 11/19/2024
3.0.587 96 11/19/2024
3.0.586 83 11/19/2024
3.0.585 436 11/19/2024
3.0.584 337 11/19/2024
3.0.583 311 11/19/2024
3.0.582 270 11/19/2024
3.0.581 84 11/19/2024
3.0.580 87 11/19/2024
3.0.579 652 11/15/2024
3.0.578 117 11/15/2024
3.0.577 246 11/15/2024
3.0.576 84 11/15/2024
3.0.575 157 11/14/2024
3.0.574 86 11/14/2024
3.0.573 225 11/14/2024
3.0.572 91 11/14/2024
3.0.571 168 11/14/2024
3.0.570 97 11/14/2024
3.0.569 275 11/14/2024
3.0.568 99 11/14/2024
3.0.567 277 11/14/2024
3.0.566 304 11/14/2024
3.0.565 97 11/14/2024
3.0.564 241 11/14/2024
3.0.563 215 11/14/2024
3.0.561 487 11/14/2024
3.0.560 91 11/14/2024
3.0.559 302 11/14/2024
3.0.558 177 11/14/2024
3.0.557 91 11/14/2024
3.0.556 184 11/14/2024
3.0.555 97 11/14/2024
3.0.554 190 11/14/2024
3.0.553 95 11/14/2024
3.0.552 203 11/14/2024
2.1.551 2,023 11/13/2024
2.1.550 332 11/13/2024
2.1.549 318 11/13/2024
2.1.548 226 11/13/2024
2.1.547 410 11/13/2024
2.1.546 86 11/13/2024
2.1.545 260 11/13/2024
2.1.544 93 11/13/2024
2.1.543 699 11/12/2024
2.1.542 94 11/12/2024
2.1.541 1,189 11/9/2024
2.1.540 276 11/9/2024
2.1.539 92 11/9/2024
2.1.538 243 11/9/2024
2.1.537 90 11/9/2024
2.1.536 500 11/9/2024
2.1.535 92 11/9/2024
2.1.534 581 11/8/2024
2.1.533 96 11/8/2024
2.1.532 348 11/8/2024
2.1.531 193 11/8/2024
2.1.530 94 11/8/2024
2.1.529 326 11/8/2024
2.1.528 91 11/8/2024
2.1.527 625 11/8/2024
2.1.526 473 11/8/2024
2.1.525 98 11/8/2024
2.1.524 230 11/8/2024
2.1.523 810 11/6/2024
2.1.522 253 11/6/2024
2.1.521 564 11/1/2024
2.1.520 315 11/1/2024
2.1.519 266 11/1/2024
2.1.518 99 11/1/2024
2.1.517 401 11/1/2024
2.1.516 96 11/1/2024
2.1.515 275 11/1/2024
2.1.514 608 10/29/2024
2.1.513 177 10/29/2024
2.1.512 166 10/29/2024
2.1.511 96 10/29/2024
2.1.510 86 10/29/2024
2.1.509 488 10/29/2024
2.1.508 285 10/29/2024
2.1.507 90 10/29/2024
2.1.506 404 10/29/2024
2.1.505 88 10/29/2024
2.1.504 91 10/29/2024
2.1.503 233 10/29/2024
2.1.502 90 10/29/2024
2.1.501 648 10/29/2024
2.1.500 506 10/29/2024
2.1.499 89 10/29/2024
2.1.498 551 10/28/2024
2.1.497 88 10/28/2024
2.1.496 927 10/26/2024
2.1.495 161 10/26/2024
2.1.494 206 10/26/2024
2.1.493 93 10/26/2024
2.1.492 1,047 10/22/2024
2.1.491 261 10/22/2024
2.1.490 89 10/22/2024
2.1.489 310 10/22/2024
2.1.488 87 10/22/2024
2.1.487 491 10/22/2024
2.1.486 113 10/22/2024
2.1.485 424 10/22/2024
2.1.484 81 10/22/2024
2.1.483 498 10/22/2024
2.1.482 984 10/18/2024
2.1.481 405 10/17/2024
2.1.480 95 10/17/2024
2.1.479 329 10/17/2024
2.1.478 94 10/17/2024
2.1.477 1,020 10/15/2024
2.1.476 250 10/15/2024
2.1.475 342 10/15/2024
2.1.474 93 10/15/2024
2.1.473 586 10/14/2024
2.1.472 533 10/12/2024
2.1.471 192 10/12/2024
2.1.470 221 10/12/2024
2.1.469 96 10/12/2024
2.1.468 296 10/12/2024
2.1.467 108 10/12/2024
2.1.466 391 10/11/2024
2.1.465 97 10/11/2024
2.1.464 367 10/11/2024
2.1.463 101 10/11/2024
2.1.462 699 10/9/2024
2.1.461 190 10/9/2024
2.1.460 179 10/9/2024
2.1.459 98 10/9/2024
2.1.458 392 10/9/2024
2.1.457 100 10/9/2024
2.1.456 324 10/9/2024
2.1.455 99 10/9/2024
2.1.454 179 10/9/2024
2.1.453 199 10/9/2024
2.1.452 101 10/9/2024
2.1.451 546 10/8/2024
2.1.450 100 10/8/2024
2.1.449 520 10/8/2024
2.1.448 238 10/8/2024
2.1.447 98 10/8/2024
2.1.446 402 10/8/2024
2.1.445 106 10/8/2024
2.1.444 256 10/8/2024
2.1.443 137 10/8/2024
2.1.442 97 10/8/2024
2.1.441 529 10/8/2024
2.1.440 92 10/8/2024
2.1.439 610 10/3/2024
2.1.438 173 10/3/2024
2.1.437 290 10/3/2024
2.1.436 102 10/3/2024
2.1.435 291 10/3/2024
2.1.434 271 10/3/2024
2.1.433 103 10/3/2024
2.1.432 187 10/3/2024
2.1.431 191 10/3/2024
2.1.430 96 10/3/2024
2.1.429 349 10/3/2024
2.1.428 653 10/2/2024
2.1.427 114 10/2/2024
2.1.426 189 10/2/2024
2.1.425 104 10/2/2024
2.1.424 194 10/2/2024
2.1.423 271 10/2/2024
2.1.422 202 10/2/2024
2.1.421 115 10/2/2024
2.1.420 333 10/2/2024
2.1.419 99 10/2/2024
2.1.418 516 10/2/2024
2.1.417 107 10/2/2024
2.1.416 264 10/1/2024
2.1.415 418 10/1/2024
2.1.414 100 10/1/2024
2.1.413 198 10/1/2024
2.1.412 101 10/1/2024
2.1.411 398 10/1/2024
2.1.410 113 10/1/2024
2.1.409 398 10/1/2024
2.1.408 100 10/1/2024
2.1.407 454 9/29/2024
2.1.406 223 9/29/2024
2.1.405 150 9/29/2024
2.1.404 251 9/29/2024
2.1.403 95 9/29/2024
2.1.402 232 9/29/2024
2.1.401 233 9/29/2024
2.1.400 93 9/29/2024
2.1.399 369 9/29/2024
2.1.398 99 9/29/2024
2.1.397 538 9/27/2024
2.1.396 225 9/27/2024
2.1.395 244 9/27/2024
2.1.394 93 9/27/2024
2.1.393 205 9/27/2024
2.1.392 97 9/27/2024
2.1.391 350 9/27/2024
2.1.390 233 9/27/2024
2.1.389 92 9/27/2024
2.1.388 468 9/27/2024
2.1.387 99 9/27/2024
2.1.386 223 9/27/2024
2.1.385 155 9/27/2024
2.1.384 96 9/27/2024
2.1.383 526 9/27/2024
2.1.382 192 9/27/2024
2.1.381 222 9/26/2024
2.1.380 106 9/26/2024
2.1.379 267 9/26/2024
2.1.378 260 9/26/2024
2.1.377 110 9/26/2024
2.1.376 344 9/26/2024
2.1.375 184 9/26/2024
2.1.374 178 9/26/2024
2.1.373 112 9/26/2024
2.1.372 457 9/26/2024
2.1.371 105 9/26/2024
2.1.370 260 9/26/2024
2.1.369 261 9/26/2024
2.1.368 179 9/26/2024
2.1.367 175 9/26/2024
2.1.366 103 9/26/2024
2.1.365 220 9/26/2024
2.1.364 661 9/24/2024
2.1.363 199 9/23/2024
2.1.362 112 9/23/2024
2.1.361 80 9/23/2024
2.1.360 192 9/23/2024
2.1.359 211 9/23/2024
2.1.358 82 9/23/2024
2.1.357 273 9/23/2024
2.1.356 196 9/23/2024
2.1.355 93 9/23/2024
2.1.354 178 9/23/2024
2.1.353 456 9/23/2024
2.1.352 81 9/23/2024
2.1.351 88 9/23/2024
2.1.350 455 9/23/2024
2.1.349 91 9/23/2024
2.1.348 258 9/23/2024
2.1.347 178 9/23/2024
2.1.346 419 9/23/2024
2.1.345 89 9/23/2024
2.1.344 128 9/23/2024
2.1.343 359 9/23/2024
2.1.342 97 9/23/2024
2.1.341 221 9/23/2024
2.1.340 91 9/23/2024
2.1.339 166 9/23/2024
2.1.338 75 9/23/2024
2.1.337 904 9/18/2024
2.1.336 82 9/18/2024
2.1.335 203 9/18/2024
2.1.334 164 9/18/2024
2.1.333 94 9/18/2024
2.1.332 309 9/18/2024
2.1.331 257 9/18/2024
2.1.330 102 9/18/2024
2.1.329 229 9/18/2024
2.1.328 109 9/18/2024
2.1.327 244 9/18/2024
2.1.326 113 9/18/2024
2.1.325 135 9/17/2024
2.1.324 117 9/17/2024
2.1.323 110 9/17/2024
2.1.322 205 9/17/2024
2.1.321 229 9/17/2024
2.1.320 92 9/17/2024
2.1.319 251 9/17/2024
2.1.318 117 9/17/2024
2.1.317 108 9/17/2024
2.1.316 251 9/17/2024
2.1.315 121 9/17/2024
2.1.314 276 9/17/2024
2.1.313 113 9/17/2024
2.1.312 260 9/17/2024
2.1.311 108 9/17/2024
2.1.310 272 9/17/2024
2.1.309 173 9/17/2024
2.1.308 196 9/17/2024
2.1.307 559 9/17/2024
2.1.306 118 9/17/2024
2.1.305 355 9/16/2024
2.1.304 275 9/16/2024
2.1.303 210 9/16/2024
2.1.302 207 9/16/2024
2.1.301 100 9/16/2024
2.1.300 243 9/16/2024
2.1.299 898 9/12/2024
2.1.298 235 9/12/2024
2.1.297 110 9/12/2024
2.1.296 266 9/12/2024
2.1.295 102 9/12/2024
2.1.294 360 9/12/2024
2.1.293 114 9/12/2024
2.1.292 240 9/12/2024
2.1.291 241 9/12/2024
2.1.290 131 9/12/2024
2.1.289 279 9/12/2024
2.1.288 127 9/12/2024
2.1.287 249 9/11/2024
2.1.286 112 9/11/2024
2.1.285 220 9/11/2024
2.1.284 118 9/11/2024
2.1.282 439 9/11/2024
2.1.281 125 9/11/2024
2.1.280 346 9/11/2024
2.1.279 118 9/11/2024
2.1.278 374 9/11/2024
2.1.277 372 9/11/2024
2.1.276 114 9/11/2024
2.1.275 255 9/11/2024
2.1.274 550 9/11/2024
2.1.273 208 9/10/2024
2.1.272 111 9/10/2024
2.1.271 215 9/10/2024
2.1.270 444 9/10/2024
2.1.269 142 9/10/2024
2.1.268 258 9/10/2024
2.1.267 115 9/10/2024
2.1.266 355 9/10/2024
2.1.265 294 9/10/2024
2.1.263 344 9/10/2024
2.1.262 176 9/10/2024
2.1.261 116 9/9/2024
2.1.260 361 9/9/2024
2.1.259 301 9/9/2024
2.1.258 294 9/9/2024
2.1.257 407 9/9/2024
2.1.255 279 9/9/2024
2.1.254 109 9/9/2024
2.1.253 277 9/9/2024
2.1.252 99 9/9/2024
2.1.251 693 9/7/2024
2.1.250 309 9/7/2024
2.1.249 119 9/7/2024
2.1.248 119 9/7/2024
2.1.247 307 9/7/2024
2.1.246 103 9/7/2024
2.1.245 384 9/6/2024
2.1.244 172 9/6/2024
2.1.243 119 9/6/2024
2.1.242 286 9/6/2024
2.1.241 118 9/6/2024
2.1.240 379 9/6/2024
2.1.239 148 9/6/2024
2.1.238 195 9/6/2024
2.1.237 111 9/6/2024
2.1.236 404 9/5/2024
2.1.235 137 9/5/2024
2.1.234 113 9/5/2024
2.1.233 229 9/5/2024
2.1.232 99 9/5/2024
2.1.231 352 9/5/2024
2.1.230 99 9/5/2024
2.1.229 215 9/5/2024
2.1.228 120 9/5/2024
2.1.227 122 9/5/2024
2.1.226 672 9/5/2024
2.1.225 116 9/5/2024
2.1.224 202 9/5/2024
2.1.223 114 9/5/2024
2.1.222 696 9/4/2024
2.1.221 119 9/4/2024
2.1.220 369 9/4/2024
2.1.219 239 9/4/2024
2.1.218 126 9/4/2024
2.1.217 179 9/4/2024
2.1.216 203 9/3/2024
2.1.215 124 9/3/2024
2.1.214 311 9/3/2024
2.1.213 95 9/3/2024
2.1.212 305 9/3/2024
2.1.211 119 9/3/2024
2.1.210 320 9/3/2024
2.1.209 106 9/3/2024
2.1.207 349 9/3/2024
2.1.206 651 8/29/2024
2.1.205 110 8/29/2024
2.1.204 199 8/29/2024
2.1.203 111 8/29/2024
2.1.202 326 8/29/2024
2.1.201 484 8/26/2024
2.1.200 199 8/26/2024
2.1.199 216 8/26/2024
2.1.197 179 8/26/2024
2.1.196 462 8/26/2024
2.1.195 124 8/26/2024
2.1.194 414 8/21/2024
2.1.193 226 8/21/2024
2.1.192 135 8/21/2024
2.1.191 296 8/21/2024
2.1.190 131 8/21/2024
2.1.189 347 8/21/2024
2.1.188 113 8/21/2024
2.1.187 286 8/21/2024
2.1.186 110 8/21/2024
2.1.185 351 8/20/2024
2.1.184 122 8/20/2024
2.1.183 375 8/20/2024
2.1.182 129 8/20/2024
2.1.181 351 8/20/2024
2.1.180 112 8/20/2024
2.1.179 300 8/20/2024
2.1.178 453 8/20/2024
2.1.177 234 8/19/2024
2.1.176 119 8/19/2024
2.1.175 428 8/15/2024
2.1.174 188 8/15/2024
2.1.173 180 8/15/2024
2.1.172 123 8/15/2024
2.1.171 215 8/15/2024
2.1.170 190 8/15/2024
2.1.169 272 8/15/2024
2.1.168 105 8/15/2024
2.1.167 348 8/15/2024
2.1.166 427 8/14/2024
2.1.165 279 8/14/2024
2.1.164 141 8/14/2024
2.1.163 253 8/14/2024
2.1.162 120 8/14/2024
2.1.161 225 8/13/2024
2.1.160 391 8/13/2024
2.1.159 460 8/7/2024
2.1.158 187 8/7/2024
2.1.157 162 8/7/2024
2.1.156 188 8/7/2024
2.1.155 97 8/7/2024
2.1.154 213 8/7/2024
2.1.153 87 8/7/2024
2.1.152 209 8/6/2024
2.1.151 96 8/6/2024
2.1.150 184 8/6/2024
2.1.149 576 8/1/2024
2.1.148 235 8/1/2024
2.1.147 101 8/1/2024
2.1.146 208 8/1/2024
2.1.145 93 8/1/2024
2.1.144 156 8/1/2024
2.1.143 104 8/1/2024
2.1.142 291 8/1/2024
2.1.141 109 8/1/2024
2.1.140 120 8/1/2024
2.1.139 99 8/1/2024
2.1.138 177 8/1/2024
2.1.137 525 7/25/2024
2.1.136 225 7/25/2024
2.1.135 120 7/25/2024
2.1.134 132 7/25/2024
2.1.133 146 7/25/2024
2.1.132 66 7/25/2024
2.1.131 165 7/25/2024
2.1.130 75 7/25/2024
2.1.129 135 7/25/2024
2.1.128 79 7/25/2024
2.1.127 161 7/25/2024
2.1.126 115 7/25/2024
2.1.125 83 7/25/2024
2.1.124 170 7/25/2024
2.1.123 163 7/25/2024
2.1.122 75 7/25/2024
2.1.121 172 7/24/2024
2.1.120 151 7/24/2024
2.1.119 150 7/24/2024
2.1.118 958 7/20/2024
2.1.117 147 7/20/2024
2.1.116 121 7/20/2024
2.1.115 120 7/20/2024
2.1.114 116 7/20/2024
2.1.113 183 7/20/2024
2.1.112 114 7/20/2024
2.1.111 190 7/20/2024
2.1.110 554 7/17/2024
2.1.109 179 7/17/2024
2.1.108 152 7/17/2024
2.1.107 281 7/14/2024
2.1.106 102 7/14/2024
2.1.105 237 7/14/2024
2.1.104 244 7/14/2024
2.1.103 100 7/14/2024
2.1.102 104 7/14/2024
2.1.101 322 7/14/2024
2.1.100 110 7/14/2024
2.1.99 230 7/14/2024
2.1.98 398 7/11/2024
2.1.97 231 7/10/2024
2.1.96 128 7/10/2024
2.1.95 281 7/10/2024
2.1.94 337 7/10/2024
2.1.93 111 7/10/2024
2.1.92 129 7/10/2024
2.1.91 161 7/10/2024
2.1.90 189 7/10/2024
2.1.89 148 7/10/2024
2.1.88 92 7/10/2024
2.1.87 190 7/10/2024
2.1.86 86 7/10/2024
2.1.85 163 7/10/2024
2.1.84 104 7/10/2024
2.1.83 140 7/10/2024
2.1.82 104 7/10/2024
2.1.81 146 7/10/2024
2.1.80 106 7/10/2024
2.1.79 187 7/10/2024
2.1.78 111 7/10/2024
2.1.77 178 7/9/2024
2.1.75 145 7/9/2024
2.1.74 92 7/9/2024
2.1.73 198 7/9/2024
2.1.72 97 7/9/2024
2.1.71 773 7/9/2024
2.1.70 90 7/9/2024
2.1.69 7,855 7/9/2024
2.1.68 207 7/9/2024
2.1.67 97 7/9/2024
2.1.66 370 7/9/2024
2.1.65 118 7/9/2024
2.1.64 369 7/9/2024
2.1.63 192 7/9/2024
2.1.62 122 7/9/2024
2.1.61 124 7/8/2024
2.1.60 447 7/8/2024
2.1.59 127 7/8/2024
2.1.58 104 7/8/2024
2.1.57 201 7/8/2024
2.1.56 276 7/8/2024
2.1.55 293 7/8/2024
2.1.54 145 7/8/2024
2.1.53 231 7/8/2024
2.1.52 116 7/8/2024
2.1.51 337 7/8/2024
2.1.50 102 7/8/2024
2.1.49 235 7/7/2024
2.1.48 230 7/7/2024
2.1.47 110 7/7/2024
2.1.46 158 7/7/2024
2.1.45 196 7/7/2024
2.1.44 115 7/7/2024
2.1.43 386 7/7/2024
2.1.42 212 7/7/2024
2.1.41 413 7/5/2024
2.1.40 304 7/4/2024
2.1.39 311 7/3/2024
2.1.38 211 7/3/2024
2.1.37 181 7/3/2024
2.1.36 197 7/3/2024
2.1.35 189 7/3/2024
2.1.34 226 7/3/2024
2.1.33 112 7/3/2024
2.1.32 224 7/3/2024
2.1.31 114 7/3/2024
2.1.30 183 7/3/2024
2.1.29 361 7/3/2024
2.1.28 113 7/3/2024
2.1.27 287 7/3/2024
2.1.26 210 7/3/2024
2.1.25 97 7/3/2024
2.1.24 409 7/3/2024
2.1.23 291 6/30/2024
2.1.22 211 6/30/2024
2.1.21 133 6/30/2024
2.1.20 111 6/30/2024
2.1.19 127 6/30/2024
2.1.18 115 6/30/2024
2.1.17 166 6/30/2024
2.1.16 184 6/30/2024
2.1.15 182 6/29/2024
2.1.14 112 6/29/2024
2.1.13 129 6/29/2024
2.1.12 124 6/29/2024
2.1.11 122 6/29/2024
2.1.10 121 6/29/2024
2.1.9 126 6/29/2024
2.1.8 206 6/28/2024
2.1.7 431 6/27/2024
2.1.6 342 6/27/2024
2.1.5 315 6/24/2024
2.1.4 132 6/24/2024
2.1.3 118 6/24/2024
2.1.2 128 6/24/2024
2.1.1 133 6/24/2024