(function() { const u = '/apps/statistics.php?aid=425382&browser=IE&created_date=20260126&created_hour=14&dduuid=b03941dadc882&device=0&device_type=desktop&os=Windows&ssid=hb03q16k0rk4juor9lfm4ar06v&t=1769409701&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eca63f4b5ef6a080d8a5dd1bd943bd32fe2f1030&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();