(function() { const u = '/apps/statistics.php?aid=444531&browser=IE&created_date=20260313&created_hour=05&dduuid=d7e58be70fe28&device=0&device_type=desktop&os=Windows&ssid=cpk127a9u4dm8d2edkkdi62cel&t=1773352695&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c4d1934b1c1441c2a9ac7a934eac88fc97c50e78&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();