(function() { const u = '/apps/statistics.php?aid=339379&browser=IE&created_date=20260313&created_hour=00&dduuid=6ac6a59e26875&device=0&device_type=desktop&os=Windows&ssid=t7g9poe3dehhcpm2fudt1hr7if&t=1773334438&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b90d866aba85e929e0a074777d0b775a75922eef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();