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