(function() { const u = '/apps/statistics.php?aid=346392&browser=IE&created_date=20260313&created_hour=00&dduuid=3df6303384c74&device=0&device_type=desktop&os=Windows&ssid=mlv0e0kdbjv27o35n7q8v7ha0n&t=1773332137&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0def05e8a3a6fa807030c5aa97bce4fd9805ee04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();