(function() { const u = '/apps/statistics.php?aid=350526&browser=IE&created_date=20260225&created_hour=09&dduuid=5578dda906cb1&device=0&device_type=desktop&os=Windows&ssid=i28ou4rid03frmo3hj6njpo304&t=1771984140&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=69c387d7de874f9666698876f564bcb84ce1f054&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();