(function() { const u = '/apps/statistics.php?aid=578&browser=IE&created_date=20260227&created_hour=21&dduuid=1edaa3ab6eb87&device=0&device_type=desktop&os=Windows&ssid=gb1nf175oj2alkkdcsic2fqv6l&t=1772199302&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d0164a1bd27609be09e88fdfedd1e1cb2af0017&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();