(function() { const u = '/apps/statistics.php?aid=447515&browser=IE&created_date=20260122&created_hour=14&dduuid=907095b6073ef&device=0&device_type=desktop&os=Windows&ssid=0rpg8jceqholl6aae6j62r543n&t=1769063051&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c51a3573b8711a15321168fbe97ebb72f087903b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();