(function() { const u = '/apps/statistics.php?aid=395818&browser=IE&created_date=20260305&created_hour=00&dduuid=3114fdb483440&device=0&device_type=desktop&os=Windows&ssid=jcuqpcpk7ep0bk34h7v9bmtp8m&t=1772642545&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d159cc9f98698f0f19731ee88142e3379b9eb867&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();