Soenneker.Blazor.Utils.ResourceLoader 3.0.1503

Prefix Reserved
dotnet add package Soenneker.Blazor.Utils.ResourceLoader --version 3.0.1503
                    
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 3.0.1503
                    
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="3.0.1503" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Blazor.Utils.ResourceLoader" Version="3.0.1503" />
                    
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 3.0.1503
                    
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 3.0.1503"
                    
#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.
#:package Soenneker.Blazor.Utils.ResourceLoader@3.0.1503
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=3.0.1503
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=3.0.1503
                    
Install 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 net9.0 is compatible.  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 (28)

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