(function() { const u = '/apps/statistics.php?aid=363912&browser=IE&created_date=20260315&created_hour=15&dduuid=4de6a5bd26f9f&device=0&device_type=desktop&os=Windows&ssid=6gbrcagnm47m450vu76eplv6cl&t=1773558060&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a1137228662736e7579a25dcebe77d1c65e84e3f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();