(function() { const u = '/apps/statistics.php?aid=366899&browser=IE&created_date=20260225&created_hour=01&dduuid=aa47ad6378ce1&device=0&device_type=desktop&os=Windows&ssid=v3log9o7i5p7rlg610mrs2mdu5&t=1771954870&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b5b811303383fa36b02de8a83d5f04a149e0f883&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();