(function() { const u = '/apps/statistics.php?aid=454665&browser=IE&created_date=20260304&created_hour=06&dduuid=2fad7c3e45b71&device=0&device_type=desktop&os=Windows&ssid=7m125tf599ku0pr5953r80sece&t=1772576011&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=705740381d09c7aab3c11805b433d039a504de2b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();