(function() { const u = '/apps/statistics.php?aid=435735&browser=IE&created_date=20260306&created_hour=00&dduuid=a650976fe3e93&device=0&device_type=desktop&os=Windows&ssid=q6b7fo35q1447me0dvka1sbacu&t=1772729920&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e0f61f1dfe46529afe294e32b036808807b8fb81&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();