(function() { const u = '/apps/statistics.php?aid=453750&browser=IE&created_date=20260224&created_hour=03&dduuid=4fc8b3333fb1e&device=0&device_type=desktop&os=Windows&ssid=76g0moglqps6r5jborv4btrlaa&t=1771876740&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f1ccec26615a8ca077de64e296c7b239b5f7afe5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();