Soenneker.Blazor.Utils.ResourceLoader 3.0.1342

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

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