(function() { const u = '/apps/statistics.php?aid=416018&browser=IE&created_date=20260117&created_hour=16&dduuid=a1f0211e013af&device=0&device_type=desktop&os=Windows&ssid=r8s6psshea2mhml591s4hio86n&t=1768638726&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a755d708b68898dc618c3ea0152df7dee395c7d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();