(function() { const u = '/apps/statistics.php?aid=445895&browser=IE&created_date=20260213&created_hour=13&dduuid=37553b20f975f&device=0&device_type=desktop&os=Windows&ssid=bvsp27mnq6lgqsdr62bu1rk0l2&t=1770961647&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=db2ac7bdf8b897d7b89f28fb99a584e074e0b73f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();