(function() { const u = '/apps/statistics.php?aid=402434&browser=IE&created_date=20260303&created_hour=23&dduuid=cfa636a226954&device=0&device_type=desktop&os=Windows&ssid=d4fjie56bu1vt4qo2pm50hfntm&t=1772552048&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f60c4b8361ff7e950cba2ed1d0af5879af6a795e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();