(function() { const u = '/apps/statistics.php?aid=432434&browser=IE&created_date=20260306&created_hour=00&dduuid=e1419a3ab2738&device=0&device_type=desktop&os=Windows&ssid=kcgloe2i1j6332t1q1npqs41v2&t=1772727868&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cc2522b705bf2267c7647cef9b2c5ff23e65317a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();