(function() { const u = '/apps/statistics.php?aid=12038&browser=IE&created_date=20260312&created_hour=10&dduuid=2133b60dafbcc&device=0&device_type=desktop&os=Windows&ssid=7c3b9dragtpsulg28lil6e4npo&t=1773281545&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6082507fc095ad5db9dcd72ceb177ee504aa8701&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();