(function() { const u = '/apps/statistics.php?aid=451077&browser=IE&created_date=20260316&created_hour=14&dduuid=8d3ef66360ecb&device=0&device_type=desktop&os=Windows&ssid=6viopk0be91pgfmm91bnm95c7i&t=1773643365&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6ca0c08d6b8ef006b6921503a95078332adcd183&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();