(function() { const u = '/apps/statistics.php?aid=448417&browser=IE&created_date=20260122&created_hour=20&dduuid=e2683482e8e31&device=0&device_type=desktop&os=Windows&ssid=fj5h4jvqdnodmvdk77apv2ga46&t=1769086309&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b1a2a4fb06fab8127e3e259ce0ccb2696f796cb9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();