(function() { const u = '/apps/statistics.php?aid=428&browser=IE&created_date=20260304&created_hour=20&dduuid=669f06b278585&device=0&device_type=desktop&os=Windows&ssid=8ec1aetfjd14cf53gbpo75v3ld&t=1772628841&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5bb964f91ace1f7643ebcecc8f4093f57fa2c1a4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();