(function() { const u = '/apps/statistics.php?aid=455515&browser=IE&created_date=20260304&created_hour=15&dduuid=6e4fa8d046e4f&device=0&device_type=desktop&os=Windows&ssid=t6hfnpkcanqjoihvp0hlk69mto&t=1772609546&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=132e207a4df2c3e537d7f873995cdad9d729eebe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();