Soenneker.Blazor.Utils.ResourceLoader 2.1.53

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.53
                    
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 2.1.53
                    
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.53" />
                    
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.53" />
                    
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.53
                    
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 2.1.53"
                    
#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@2.1.53
                    
#: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=2.1.53
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=2.1.53
                    
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 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 (25)

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.LogJson

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

Soenneker.Blazor.Masonry

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

GitHub repositories

This package is not used by any popular GitHub repositories.

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