(function() { const u = '/apps/statistics.php?aid=113116&browser=IE&created_date=20260225&created_hour=07&dduuid=ae325f611c643&device=0&device_type=desktop&os=Windows&ssid=6ugr7f369k6ahcsssu56ta20hj&t=1771975275&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ef0b8cabc44f796fd5c83ef30e51a7d3aa7e932&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();