(function() { const u = '/apps/statistics.php?aid=442186&browser=IE&created_date=20260303&created_hour=22&dduuid=cb32db2bf6e09&device=0&device_type=desktop&os=Windows&ssid=5341ilcn291mg62fs1opmjn7lj&t=1772549826&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54eaf2776c711ad0f3162aeb59d36a16e0a20599&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();