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