(function() { const u = '/apps/statistics.php?aid=420886&browser=IE&created_date=20251220&created_hour=16&dduuid=d5b23ffad20cb&device=0&device_type=desktop&os=Windows&ssid=p17d75uhnlm9ie0p17fl3gf1mh&t=1766219377&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=756989e32a152299af47ab02055876036ab799bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();