(function() { const u = '/apps/statistics.php?aid=397774&browser=IE&created_date=20260227&created_hour=11&dduuid=74af3e19afc71&device=0&device_type=desktop&os=Windows&ssid=4o3e68md13djo2n30gjlhnd4s2&t=1772163997&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6956f36ac17bc42c1fd5d77e632248ad9ded66e6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();