(function() { const u = '/apps/statistics.php?aid=141198&browser=IE&created_date=20260310&created_hour=22&dduuid=5c0c446028431&device=0&device_type=desktop&os=Windows&ssid=852rie8lkpqnaq8ll914sac174&t=1773152459&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3194ceda20213f70e01f48ddb5aaac8478367291&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();