(function() { const u = '/apps/statistics.php?aid=454212&browser=IE&created_date=20260224&created_hour=07&dduuid=8835086af74d0&device=0&device_type=desktop&os=Windows&ssid=lov1kghk1964pteah0hm76re1j&t=1771890687&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a2bb898652240eebc91a9edba41e5d1c09aad074&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();