(function() { const u = '/apps/statistics.php?aid=78737&browser=IE&created_date=20260304&created_hour=21&dduuid=3375758070ca2&device=0&device_type=desktop&os=Windows&ssid=nadukv0uikjeibgrft7mrbklp5&t=1772632629&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d251d51e20b8841aed8fb7e3a14df6fa31635e38&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();