(function() { const u = '/apps/statistics.php?aid=454601&browser=IE&created_date=20260307&created_hour=14&dduuid=a34f83e14c568&device=0&device_type=desktop&os=Windows&ssid=hoet684gl5nqu8f3rin89inno8&t=1772864864&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=beb67202b5085d4d7062018ab510af9437d02d96&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();