(function() { const u = '/apps/statistics.php?aid=208273&browser=IE&created_date=20260101&created_hour=14&dduuid=c15c5951e0126&device=0&device_type=desktop&os=Windows&ssid=90aia8bt7vernigl1m3hja4256&t=1767250541&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a74e45c483dc2e03078e83002b01fa084a0cf71&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();