(function() { const u = '/apps/statistics.php?aid=454161&browser=IE&created_date=20260305&created_hour=09&dduuid=6c851e3bd6053&device=0&device_type=desktop&os=Windows&ssid=j425mgprhm0hdssg38kat1d2it&t=1772673749&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=568ecbfedd2ad75167707b4a683e1f5a303bab1a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();