(function() { const u = '/apps/statistics.php?aid=400941&browser=IE&created_date=20260129&created_hour=03&dduuid=35e884ca27281&device=0&device_type=desktop&os=Windows&ssid=n1pe1f00f90s0m9bcc305fu8jq&t=1769630083&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6eee0db601541d1705deefa0b6a5cd2598ac5604&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();