(function() { const u = '/apps/statistics.php?aid=455752&browser=IE&created_date=20260310&created_hour=07&dduuid=846025e7a9b03&device=0&device_type=desktop&os=Windows&ssid=fdcumoiqlq99e8ogsf96g322a4&t=1773099082&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=eed2c276438f95c7c592c3cb63669cedaffd6bee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();