(function() { const u = '/apps/statistics.php?aid=452766&browser=IE&created_date=20260305&created_hour=15&dduuid=62becad2742bd&device=0&device_type=desktop&os=Windows&ssid=qd4c3m761j2o5ea7j9oarub5mr&t=1772696258&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c1e75bc30ae55178f00aefc01caca87598a34f9c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();