(function() { const u = '/apps/statistics.php?aid=428570&browser=IE&created_date=20260113&created_hour=20&dduuid=5fdeb44f83a7e&device=0&device_type=desktop&os=Windows&ssid=1tacj36i613cni5lt3amf8k08h&t=1768306602&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f606c82511759c8ca695418ce409653295bc1a30&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();