(function() { const u = '/apps/statistics.php?aid=435146&browser=IE&created_date=20260124&created_hour=16&dduuid=487f77643b8cf&device=0&device_type=desktop&os=Windows&ssid=tio9fsc5ur9b4gavpfb10pj3s1&t=1769244690&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fa483fe1d0796898856743f8e087b01752a16bf4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();