(function() { const u = '/apps/statistics.php?aid=438836&browser=IE&created_date=20251224&created_hour=03&dduuid=3a685d1ceecfa&device=0&device_type=desktop&os=Windows&ssid=7qlv5lse7uv5lpquesamb1v41s&t=1766517613&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b8ff0e06093ba5218b31eb18cf84895397729317&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();