(function() { const u = '/apps/statistics.php?aid=448338&browser=IE&created_date=20260313&created_hour=14&dduuid=f56fd5714a9b6&device=0&device_type=desktop&os=Windows&ssid=ac8lisc5rds1238bdv6mbc13t6&t=1773383198&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1681f86414c7a9caf8fabb1bc4185297aaa17790&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();