(function() { const u = '/apps/statistics.php?aid=439801&browser=IE&created_date=20260316&created_hour=05&dduuid=997d2dbf056f3&device=0&device_type=desktop&os=Windows&ssid=fal8h4dt7ki6vdhcnhm23duh83&t=1773609730&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e8ab87f8606493b2ebbecef067a01f8f35e7e543&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();