Soenneker.Blazor.Utils.ResourceLoader 3.0.1467

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.1467
                    
NuGet\Install-Package Soenneker.Blazor.Utils.ResourceLoader -Version 3.0.1467
                    
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.1467" />
                    
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.1467" />
                    
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.1467
                    
#r "nuget: Soenneker.Blazor.Utils.ResourceLoader, 3.0.1467"
                    
#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.1467
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Blazor.Utils.ResourceLoader&version=3.0.1467
                    
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.1470 1,191 6/11/2025
3.0.1469 715 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,274 5/23/2025
3.0.1460 447 5/23/2025
3.0.1459 290 5/23/2025
3.0.1458 517 5/22/2025
3.0.1457 374 5/22/2025
3.0.1456 875 5/18/2025
3.0.1455 307 5/18/2025
3.0.1454 388 5/18/2025
3.0.1453 712 5/14/2025
3.0.1452 423 5/14/2025
3.0.1451 1,947 5/8/2025
3.0.1450 342 5/8/2025
3.0.1449 338 5/8/2025
3.0.1448 332 5/8/2025
3.0.1447 517 5/7/2025
3.0.1446 445 5/7/2025
3.0.1445 1,181 5/5/2025
3.0.1444 358 5/5/2025
3.0.1443 137 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,428 4/9/2025
3.0.1436 431 4/9/2025
3.0.1435 299 4/9/2025
3.0.1434 280 4/8/2025
3.0.1433 358 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 421 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 207 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 177 4/7/2025
3.0.1412 156 4/7/2025
3.0.1411 752 4/7/2025
3.0.1410 164 4/7/2025
3.0.1409 183 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 414 4/7/2025
3.0.1404 543 4/7/2025
3.0.1403 330 4/7/2025
3.0.1402 375 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 279 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 506 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 157 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 259 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 143 4/4/2025
3.0.1375 2,067 4/4/2025
3.0.1374 210 4/4/2025
3.0.1373 413 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 241 4/1/2025
3.0.1368 249 4/1/2025
3.0.1367 143 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 521 4/1/2025
3.0.1362 486 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 379 4/1/2025
3.0.1357 139 4/1/2025
3.0.1356 296 3/31/2025
3.0.1355 140 3/31/2025
3.0.1354 421 3/31/2025
3.0.1353 146 3/31/2025
3.0.1352 583 3/31/2025
3.0.1351 493 3/31/2025
3.0.1350 498 3/29/2025
3.0.1349 207 3/29/2025
3.0.1348 209 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 80 3/29/2025
3.0.1343 722 3/27/2025
3.0.1342 800 3/26/2025
3.0.1341 605 3/25/2025
3.0.1340 558 3/25/2025
3.0.1339 456 3/25/2025
3.0.1338 626 3/25/2025
3.0.1337 452 3/25/2025
3.0.1336 714 3/25/2025
3.0.1335 470 3/25/2025
3.0.1334 1,046 3/22/2025
3.0.1333 213 3/21/2025
3.0.1332 224 3/21/2025
3.0.1331 94 3/21/2025
3.0.1330 290 3/21/2025
3.0.1329 102 3/21/2025
3.0.1328 260 3/21/2025
3.0.1327 423 3/21/2025
3.0.1326 562 3/18/2025
3.0.1325 287 3/18/2025
3.0.1324 235 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 510 3/18/2025
3.0.1319 261 3/18/2025
3.0.1318 135 3/18/2025
3.0.1317 350 3/18/2025
3.0.1316 140 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 64 3/15/2025
3.0.1311 231 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 68 3/15/2025
3.0.1306 871 3/12/2025
3.0.1305 297 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 159 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 412 3/11/2025
3.0.1294 168 3/11/2025
3.0.1293 516 3/11/2025
3.0.1292 159 3/11/2025
3.0.1291 529 3/11/2025
3.0.1290 164 3/11/2025
3.0.1289 159 3/11/2025
3.0.1288 650 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 482 3/11/2025
3.0.1282 165 3/11/2025
3.0.1281 589 3/7/2025
3.0.1280 380 3/7/2025
3.0.1279 306 3/7/2025
3.0.1278 206 3/7/2025
3.0.1277 401 3/7/2025
3.0.1276 202 3/7/2025
3.0.1275 457 3/7/2025
3.0.1274 389 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 311 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 92 3/2/2025
3.0.1264 493 3/2/2025
3.0.1263 94 3/2/2025
3.0.1262 506 3/2/2025
3.0.1261 95 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 97 3/1/2025
3.0.1250 514 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 95 3/1/2025
3.0.1245 704 2/26/2025
3.0.1244 141 2/26/2025
3.0.1243 92 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 84 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 81 2/25/2025
3.0.1232 274 2/25/2025
3.0.1231 367 2/24/2025
3.0.1230 717 2/23/2025
3.0.1229 358 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 254 2/22/2025
3.0.1224 92 2/22/2025
3.0.1223 443 2/22/2025
3.0.1222 91 2/22/2025
3.0.1221 195 2/22/2025
3.0.1220 606 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 193 2/22/2025
3.0.1213 201 2/22/2025
3.0.1212 298 2/22/2025
3.0.1211 90 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 92 2/21/2025
3.0.1205 394 2/21/2025
3.0.1204 93 2/21/2025
3.0.1203 241 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 307 2/19/2025
3.0.1198 98 2/19/2025
3.0.1197 184 2/19/2025
3.0.1196 95 2/19/2025
3.0.1195 164 2/19/2025
3.0.1194 100 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 89 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 120 2/18/2025
3.0.1184 104 2/18/2025
3.0.1183 633 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 260 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 216 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 285 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 460 2/11/2025
3.0.1147 447 2/11/2025
3.0.1146 92 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 262 2/11/2025
3.0.1141 731 2/11/2025
3.0.1140 104 2/11/2025
3.0.1139 260 2/11/2025
3.0.1138 95 2/11/2025
3.0.1137 208 2/11/2025
3.0.1136 97 2/11/2025
3.0.1135 206 2/11/2025
3.0.1134 89 2/11/2025
3.0.1133 277 2/10/2025
3.0.1132 96 2/10/2025
3.0.1131 192 2/10/2025
3.0.1130 98 2/10/2025
3.0.1129 421 2/10/2025
3.0.1128 96 2/10/2025
3.0.1127 93 2/10/2025
3.0.1126 206 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 95 2/9/2025
3.0.1119 380 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 295 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 190 2/7/2025
3.0.1107 145 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 84 2/7/2025
3.0.1102 164 2/6/2025
3.0.1101 708 2/5/2025
3.0.1100 284 2/5/2025
3.0.1099 119 2/5/2025
3.0.1098 217 2/5/2025
3.0.1097 101 2/5/2025
3.0.1096 202 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 463 2/5/2025
3.0.1080 79 2/5/2025
3.0.1079 170 2/5/2025
3.0.1078 942 1/28/2025
3.0.1077 147 1/28/2025
3.0.1076 169 1/28/2025
3.0.1075 84 1/28/2025
3.0.1074 178 1/28/2025
3.0.1073 89 1/28/2025
3.0.1072 161 1/28/2025
3.0.1071 92 1/28/2025
3.0.1070 237 1/28/2025
3.0.1069 85 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 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 88 1/28/2025
3.0.1059 387 1/28/2025
3.0.1058 84 1/28/2025
3.0.1057 207 1/27/2025
3.0.1056 78 1/27/2025
3.0.1055 308 1/27/2025
3.0.1054 231 1/27/2025
3.0.1053 251 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 239 1/26/2025
3.0.1046 88 1/26/2025
3.0.1045 152 1/26/2025
3.0.1044 94 1/26/2025
3.0.1043 233 1/26/2025
3.0.1042 88 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 265 1/26/2025
3.0.1036 90 1/26/2025
3.0.1035 342 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 90 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 82 1/25/2025
3.0.1025 474 1/25/2025
3.0.1024 83 1/25/2025
3.0.1023 218 1/25/2025
3.0.1022 607 1/24/2025
3.0.1021 202 1/24/2025
3.0.1020 215 1/24/2025
3.0.1019 125 1/24/2025
3.0.1018 77 1/24/2025
3.0.1017 160 1/24/2025
3.0.1016 79 1/24/2025
3.0.1015 479 1/24/2025
3.0.1014 79 1/24/2025
3.0.1013 143 1/24/2025
3.0.1012 84 1/24/2025
3.0.1011 291 1/24/2025
3.0.1010 82 1/24/2025
3.0.1009 698 1/23/2025
3.0.1008 180 1/23/2025
3.0.1007 199 1/23/2025
3.0.1006 180 1/23/2025
3.0.1005 76 1/23/2025
3.0.1004 146 1/23/2025
3.0.1003 516 1/22/2025
3.0.1002 257 1/22/2025
3.0.1001 154 1/22/2025
3.0.1000 89 1/22/2025
3.0.999 86 1/22/2025
3.0.998 211 1/22/2025
3.0.997 450 1/21/2025
3.0.996 177 1/21/2025
3.0.995 92 1/21/2025
3.0.994 351 1/21/2025
3.0.993 343 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 83 1/20/2025
3.0.978 323 1/20/2025
3.0.977 84 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 78 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 80 1/19/2025
3.0.965 76 1/19/2025
3.0.964 482 1/19/2025
3.0.963 78 1/19/2025
3.0.962 318 1/18/2025
3.0.961 91 1/18/2025
3.0.960 119 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 276 1/18/2025
3.0.955 115 1/18/2025
3.0.954 78 1/18/2025
3.0.953 289 1/17/2025
3.0.952 158 1/17/2025
3.0.951 78 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 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 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 115 1/16/2025
3.0.934 417 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 177 1/16/2025
3.0.926 471 1/15/2025
3.0.925 81 1/15/2025
3.0.924 110 1/15/2025
3.0.923 78 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 180 1/15/2025
3.0.913 80 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 130 1/15/2025
3.0.907 39 1/15/2025
3.0.906 45 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 64 1/14/2025
3.0.900 304 1/14/2025
3.0.899 188 1/14/2025
3.0.898 266 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 69 1/13/2025
3.0.893 185 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 67 1/13/2025
3.0.886 218 1/12/2025
3.0.885 389 1/12/2025
3.0.884 187 1/11/2025
3.0.883 79 1/11/2025
3.0.882 190 1/11/2025
3.0.881 85 1/11/2025
3.0.880 77 1/11/2025
3.0.879 232 1/11/2025
3.0.878 343 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 222 1/10/2025
3.0.873 85 1/10/2025
3.0.872 435 1/10/2025
3.0.871 89 1/10/2025
3.0.870 205 1/10/2025
3.0.869 85 1/10/2025
3.0.868 93 1/10/2025
3.0.867 678 1/8/2025
3.0.866 368 1/3/2025
3.0.865 303 1/3/2025
3.0.864 119 1/3/2025
3.0.863 283 1/3/2025
3.0.862 113 1/3/2025
3.0.861 301 1/3/2025
3.0.860 157 1/3/2025
3.0.859 113 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 330 1/2/2025
3.0.848 735 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 335 1/1/2025
3.0.838 107 1/1/2025
3.0.837 102 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 240 12/31/2024
3.0.831 89 12/31/2024
3.0.830 98 12/31/2024
3.0.829 152 12/31/2024
3.0.828 100 12/31/2024
3.0.827 90 12/31/2024
3.0.826 234 12/31/2024
3.0.825 213 12/31/2024
3.0.824 207 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 114 12/31/2024
3.0.819 559 12/31/2024
3.0.818 104 12/31/2024
3.0.817 147 12/31/2024
3.0.816 83 12/31/2024
3.0.815 509 12/31/2024
3.0.814 270 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 169 12/28/2024
3.0.806 167 12/28/2024
3.0.805 91 12/28/2024
3.0.804 311 12/28/2024
3.0.803 92 12/28/2024
3.0.802 188 12/28/2024
3.0.801 82 12/28/2024
3.0.800 502 12/27/2024
3.0.799 159 12/27/2024
3.0.798 93 12/27/2024
3.0.797 608 12/25/2024
3.0.796 160 12/25/2024
3.0.795 187 12/25/2024
3.0.794 145 12/24/2024
3.0.793 302 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 159 12/24/2024
3.0.780 268 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 83 12/24/2024
3.0.773 243 12/23/2024
3.0.772 88 12/23/2024
3.0.771 256 12/23/2024
3.0.770 88 12/23/2024
3.0.769 125 12/23/2024
3.0.768 250 12/23/2024
3.0.767 90 12/23/2024
3.0.766 336 12/23/2024
3.0.765 91 12/23/2024
3.0.764 250 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 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 91 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 162 12/21/2024
3.0.742 89 12/21/2024
3.0.741 176 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 145 12/21/2024
3.0.735 90 12/21/2024
3.0.734 381 12/21/2024
3.0.733 93 12/21/2024
3.0.732 91 12/21/2024
3.0.731 204 12/20/2024
3.0.730 88 12/20/2024
3.0.729 204 12/20/2024
3.0.728 124 12/20/2024
3.0.727 175 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 94 12/20/2024
3.0.721 319 12/19/2024
3.0.720 125 12/19/2024
3.0.719 89 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 274 12/19/2024
3.0.714 84 12/19/2024
3.0.713 208 12/18/2024
3.0.712 1,865 12/17/2024
3.0.711 195 12/17/2024
3.0.709 257 12/17/2024
3.0.708 222 12/17/2024
3.0.707 197 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 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 157 12/9/2024
3.0.697 89 12/9/2024
3.0.696 319 12/9/2024
3.0.695 92 12/9/2024
3.0.694 426 12/9/2024
3.0.693 248 12/9/2024
3.0.692 86 12/9/2024
3.0.691 228 12/9/2024
3.0.690 86 12/9/2024
3.0.689 276 12/9/2024
3.0.688 460 12/7/2024
3.0.687 191 12/7/2024
3.0.686 191 12/6/2024
3.0.685 93 12/6/2024
3.0.684 199 12/6/2024
3.0.683 100 12/6/2024
3.0.682 129 12/6/2024
3.0.681 190 12/6/2024
3.0.680 270 12/6/2024
3.0.679 97 12/6/2024
3.0.678 241 12/6/2024
3.0.677 203 12/6/2024
3.0.676 92 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 178 12/6/2024
3.0.670 286 12/6/2024
3.0.669 96 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 127 12/6/2024
3.0.663 192 12/6/2024
3.0.662 94 12/6/2024
3.0.661 228 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 103 12/5/2024
3.0.656 269 12/5/2024
3.0.655 94 12/5/2024
3.0.654 314 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 335 12/5/2024
3.0.649 406 12/5/2024
3.0.648 436 12/4/2024
3.0.647 163 12/4/2024
3.0.646 432 12/4/2024
3.0.645 215 12/4/2024
3.0.644 400 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 142 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 510 12/3/2024
3.0.634 194 12/3/2024
3.0.633 87 12/3/2024
3.0.632 151 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 250 12/2/2024
3.0.627 228 12/2/2024
3.0.626 99 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 151 12/1/2024
3.0.618 102 12/1/2024
3.0.617 696 12/1/2024
3.0.616 149 12/1/2024
3.0.615 291 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 149 11/29/2024
3.0.609 234 11/29/2024
3.0.608 95 11/29/2024
3.0.607 374 11/29/2024
3.0.606 454 11/21/2024
3.0.605 236 11/21/2024
3.0.604 166 11/21/2024
3.0.603 107 11/21/2024
3.0.602 214 11/21/2024
3.0.601 92 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 159 11/20/2024
3.0.595 204 11/20/2024
3.0.594 350 11/20/2024
3.0.593 332 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 98 11/19/2024
3.0.586 86 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 276 11/19/2024
3.0.581 89 11/19/2024
3.0.580 90 11/19/2024
3.0.579 659 11/15/2024
3.0.578 119 11/15/2024
3.0.577 249 11/15/2024
3.0.576 86 11/15/2024
3.0.575 158 11/14/2024
3.0.574 91 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 278 11/14/2024
3.0.568 101 11/14/2024
3.0.567 281 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 219 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 182 11/14/2024
3.0.557 97 11/14/2024
3.0.556 185 11/14/2024
3.0.555 103 11/14/2024
3.0.554 194 11/14/2024
3.0.553 99 11/14/2024
3.0.552 212 11/14/2024
2.1.551 2,035 11/13/2024
2.1.550 334 11/13/2024
2.1.549 321 11/13/2024
2.1.548 230 11/13/2024
2.1.547 414 11/13/2024
2.1.546 90 11/13/2024
2.1.545 265 11/13/2024
2.1.544 98 11/13/2024
2.1.543 702 11/12/2024
2.1.542 95 11/12/2024
2.1.541 1,189 11/9/2024
2.1.540 278 11/9/2024
2.1.539 95 11/9/2024
2.1.538 243 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 198 11/8/2024
2.1.530 97 11/8/2024
2.1.529 332 11/8/2024
2.1.528 95 11/8/2024
2.1.527 631 11/8/2024
2.1.526 473 11/8/2024
2.1.525 101 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 567 11/1/2024
2.1.520 316 11/1/2024
2.1.519 269 11/1/2024
2.1.518 104 11/1/2024
2.1.517 402 11/1/2024
2.1.516 102 11/1/2024
2.1.515 277 11/1/2024
2.1.514 609 10/29/2024
2.1.513 180 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 90 10/29/2024
2.1.506 406 10/29/2024
2.1.505 91 10/29/2024
2.1.504 100 10/29/2024
2.1.503 234 10/29/2024
2.1.502 93 10/29/2024
2.1.501 651 10/29/2024
2.1.500 508 10/29/2024
2.1.499 95 10/29/2024
2.1.498 551 10/28/2024
2.1.497 88 10/28/2024
2.1.496 931 10/26/2024
2.1.495 162 10/26/2024
2.1.494 208 10/26/2024
2.1.493 98 10/26/2024
2.1.492 1,052 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 494 10/22/2024
2.1.486 117 10/22/2024
2.1.485 425 10/22/2024
2.1.484 82 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 97 10/17/2024
2.1.479 334 10/17/2024
2.1.478 94 10/17/2024
2.1.477 1,024 10/15/2024
2.1.476 252 10/15/2024
2.1.475 349 10/15/2024
2.1.474 95 10/15/2024
2.1.473 592 10/14/2024
2.1.472 542 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 300 10/12/2024
2.1.467 109 10/12/2024
2.1.466 395 10/11/2024
2.1.465 99 10/11/2024
2.1.464 369 10/11/2024
2.1.463 103 10/11/2024
2.1.462 703 10/9/2024
2.1.461 193 10/9/2024
2.1.460 181 10/9/2024
2.1.459 99 10/9/2024
2.1.458 400 10/9/2024
2.1.457 108 10/9/2024
2.1.456 325 10/9/2024
2.1.455 105 10/9/2024
2.1.454 182 10/9/2024
2.1.453 202 10/9/2024
2.1.452 102 10/9/2024
2.1.451 546 10/8/2024
2.1.450 106 10/8/2024
2.1.449 522 10/8/2024
2.1.448 238 10/8/2024
2.1.447 104 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 137 10/8/2024
2.1.442 97 10/8/2024
2.1.441 531 10/8/2024
2.1.440 97 10/8/2024
2.1.439 618 10/3/2024
2.1.438 175 10/3/2024
2.1.437 295 10/3/2024
2.1.436 107 10/3/2024
2.1.435 295 10/3/2024
2.1.434 271 10/3/2024
2.1.433 104 10/3/2024
2.1.432 189 10/3/2024
2.1.431 191 10/3/2024
2.1.430 100 10/3/2024
2.1.429 357 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 107 10/2/2024
2.1.424 198 10/2/2024
2.1.423 274 10/2/2024
2.1.422 207 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 522 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 102 10/1/2024
2.1.413 200 10/1/2024
2.1.412 101 10/1/2024
2.1.411 401 10/1/2024
2.1.410 119 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 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 370 9/29/2024
2.1.398 101 9/29/2024
2.1.397 540 9/27/2024
2.1.396 227 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 100 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 196 9/27/2024
2.1.381 224 9/26/2024
2.1.380 107 9/26/2024
2.1.379 268 9/26/2024
2.1.378 265 9/26/2024
2.1.377 115 9/26/2024
2.1.376 345 9/26/2024
2.1.375 190 9/26/2024
2.1.374 191 9/26/2024
2.1.373 115 9/26/2024
2.1.372 461 9/26/2024
2.1.371 110 9/26/2024
2.1.370 262 9/26/2024
2.1.369 263 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 113 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 83 9/23/2024
2.1.357 277 9/23/2024
2.1.356 197 9/23/2024
2.1.355 103 9/23/2024
2.1.354 182 9/23/2024
2.1.353 456 9/23/2024
2.1.352 83 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 185 9/23/2024
2.1.346 423 9/23/2024
2.1.345 93 9/23/2024
2.1.344 134 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 93 9/23/2024
2.1.339 170 9/23/2024
2.1.338 75 9/23/2024
2.1.337 973 9/18/2024
2.1.336 85 9/18/2024
2.1.335 204 9/18/2024
2.1.334 167 9/18/2024
2.1.333 98 9/18/2024
2.1.332 312 9/18/2024
2.1.331 258 9/18/2024
2.1.330 107 9/18/2024
2.1.329 235 9/18/2024
2.1.328 111 9/18/2024
2.1.327 252 9/18/2024
2.1.326 114 9/18/2024
2.1.325 137 9/17/2024
2.1.324 121 9/17/2024
2.1.323 111 9/17/2024
2.1.322 211 9/17/2024
2.1.321 230 9/17/2024
2.1.320 100 9/17/2024
2.1.319 256 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 213 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 113 9/12/2024
2.1.296 274 9/12/2024
2.1.295 103 9/12/2024
2.1.294 361 9/12/2024
2.1.293 116 9/12/2024
2.1.292 241 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 129 9/12/2024
2.1.287 251 9/11/2024
2.1.286 112 9/11/2024
2.1.285 226 9/11/2024
2.1.284 122 9/11/2024
2.1.282 443 9/11/2024
2.1.281 125 9/11/2024
2.1.280 349 9/11/2024
2.1.279 120 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 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 446 9/10/2024
2.1.269 142 9/10/2024
2.1.268 262 9/10/2024
2.1.267 119 9/10/2024
2.1.266 358 9/10/2024
2.1.265 297 9/10/2024
2.1.263 346 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 305 9/9/2024
2.1.258 296 9/9/2024
2.1.257 409 9/9/2024
2.1.255 282 9/9/2024
2.1.254 111 9/9/2024
2.1.253 277 9/9/2024
2.1.252 101 9/9/2024
2.1.251 702 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 307 9/7/2024
2.1.246 108 9/7/2024
2.1.245 389 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 115 9/5/2024
2.1.233 231 9/5/2024
2.1.232 99 9/5/2024
2.1.231 353 9/5/2024
2.1.230 99 9/5/2024
2.1.229 216 9/5/2024
2.1.228 124 9/5/2024
2.1.227 124 9/5/2024
2.1.226 675 9/5/2024
2.1.225 119 9/5/2024
2.1.224 204 9/5/2024
2.1.223 121 9/5/2024
2.1.222 699 9/4/2024
2.1.221 121 9/4/2024
2.1.220 370 9/4/2024
2.1.219 243 9/4/2024
2.1.218 131 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 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 108 9/3/2024
2.1.207 350 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 328 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 352 8/21/2024
2.1.188 114 8/21/2024
2.1.187 290 8/21/2024
2.1.186 112 8/21/2024
2.1.185 351 8/20/2024
2.1.184 125 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 116 8/20/2024
2.1.179 304 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 197 8/15/2024
2.1.173 180 8/15/2024
2.1.172 123 8/15/2024
2.1.171 220 8/15/2024
2.1.170 195 8/15/2024
2.1.169 275 8/15/2024
2.1.168 108 8/15/2024
2.1.167 349 8/15/2024
2.1.166 428 8/14/2024
2.1.165 280 8/14/2024
2.1.164 144 8/14/2024
2.1.163 254 8/14/2024
2.1.162 122 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 189 8/7/2024
2.1.157 163 8/7/2024
2.1.156 192 8/7/2024
2.1.155 99 8/7/2024
2.1.154 213 8/7/2024
2.1.153 89 8/7/2024
2.1.152 211 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 295 8/1/2024
2.1.141 112 8/1/2024
2.1.140 124 8/1/2024
2.1.139 101 8/1/2024
2.1.138 180 8/1/2024
2.1.137 532 7/25/2024
2.1.136 229 7/25/2024
2.1.135 126 7/25/2024
2.1.134 135 7/25/2024
2.1.133 151 7/25/2024
2.1.132 68 7/25/2024
2.1.131 166 7/25/2024
2.1.130 76 7/25/2024
2.1.129 140 7/25/2024
2.1.128 81 7/25/2024
2.1.127 166 7/25/2024
2.1.126 119 7/25/2024
2.1.125 86 7/25/2024
2.1.124 175 7/25/2024
2.1.123 163 7/25/2024
2.1.122 84 7/25/2024
2.1.121 176 7/24/2024
2.1.120 154 7/24/2024
2.1.119 152 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 117 7/20/2024
2.1.111 194 7/20/2024
2.1.110 560 7/17/2024
2.1.109 183 7/17/2024
2.1.108 157 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 326 7/14/2024
2.1.100 111 7/14/2024
2.1.99 231 7/14/2024
2.1.98 400 7/11/2024
2.1.97 233 7/10/2024
2.1.96 132 7/10/2024
2.1.95 288 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 190 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 105 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 187 7/10/2024
2.1.78 111 7/10/2024
2.1.77 182 7/9/2024
2.1.75 147 7/9/2024
2.1.74 96 7/9/2024
2.1.73 201 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,298 7/9/2024
2.1.68 212 7/9/2024
2.1.67 99 7/9/2024
2.1.66 371 7/9/2024
2.1.65 119 7/9/2024
2.1.64 374 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 129 7/8/2024
2.1.58 106 7/8/2024
2.1.57 202 7/8/2024
2.1.56 278 7/8/2024
2.1.55 297 7/8/2024
2.1.54 148 7/8/2024
2.1.53 234 7/8/2024
2.1.52 120 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 110 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 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 114 7/3/2024
2.1.32 224 7/3/2024
2.1.31 117 7/3/2024
2.1.30 184 7/3/2024
2.1.29 365 7/3/2024
2.1.28 116 7/3/2024
2.1.27 294 7/3/2024
2.1.26 216 7/3/2024
2.1.25 101 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 116 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 184 6/29/2024
2.1.14 113 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 127 6/29/2024
2.1.9 130 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 133 6/24/2024
2.1.3 119 6/24/2024
2.1.2 128 6/24/2024
2.1.1 134 6/24/2024