(function() { const u = '/apps/statistics.php?aid=424167&browser=IE&created_date=20260313&created_hour=01&dduuid=6c62197dbc651&device=0&device_type=desktop&os=Windows&ssid=18318sqk8fmd8l1moc8fgrg3iq&t=1773337737&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6fd52f9c63a2b4914805c704dd025d1be06950d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();