(function() { const u = '/apps/statistics.php?aid=154921&browser=IE&created_date=20260308&created_hour=01&dduuid=edc456ef8d3a9&device=0&device_type=desktop&os=Windows&ssid=31u6m4djp8tjph1jm1b1062n2l&t=1772903003&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5cfeb9d123453108d6fa4e8e11a71619eb3ee141&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();