(function() { const u = '/apps/statistics.php?aid=418782&browser=IE&created_date=20260115&created_hour=02&dduuid=a260e12107002&device=0&device_type=desktop&os=Windows&ssid=fq0qg4cqddps6eufe2e4gsfe1o&t=1768416518&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6e20e26663f21c6d376ee51f93fa8352621876e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();