(function() { const u = '/apps/statistics.php?aid=270961&browser=IE&created_date=20260224&created_hour=02&dduuid=23ca1cdf9ce64&device=0&device_type=desktop&os=Windows&ssid=3ota4hdm8qlc74p3piidc0j42m&t=1771871333&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a3eb9c65cfbdcbce24aa1cc743b4ffcc252b14dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();