(function() { const u = '/apps/statistics.php?aid=344756&browser=IE&created_date=20260312&created_hour=21&dduuid=7f08bd3b0d09f&device=0&device_type=desktop&os=Windows&ssid=ff2ktqffje60v9a7vj16f4uapa&t=1773323562&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ace8310e7fe505cd5db05033dcc38f5ac32d3a2d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();