(function() { const u = '/apps/statistics.php?aid=435650&browser=IE&created_date=20260311&created_hour=07&dduuid=39f554c2be4fe&device=0&device_type=desktop&os=Windows&ssid=9qvinqcu3q8cas7ifm2opg8173&t=1773184787&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=561ea53e79d634609808405612849ec584f66c72&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();