(function() { const u = '/apps/statistics.php?aid=454251&browser=IE&created_date=20260225&created_hour=02&dduuid=965411213412a&device=0&device_type=desktop&os=Windows&ssid=oufceidobbres2imvt6m3qht2s&t=1771959083&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=890dc6bd24b62aded6c6ae7ed4206da463a7d99a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();