Soenneker.Blazor.Utils.ResourceLoader 3.0.1443

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

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

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

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

Overview

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

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

Table of Contents

Installation

dotnet add package Soenneker.Blazor.Utils.ResourceLoader

Usage

Loading Scripts

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

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

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

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

Loading Styles

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

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

Importing Modules

To import a JavaScript module, use the ImportModule method:

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

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

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

Waiting for Variables

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

await resourceLoader.WaitForVariable("variableName");

Disposing Modules

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

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