(function() { const u = '/apps/statistics.php?aid=453021&browser=IE&created_date=20260306&created_hour=04&dduuid=bdb5d9fbed474&device=0&device_type=desktop&os=Windows&ssid=g06higrafl0jjp5tr90iib52t9&t=1772742252&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f7385101ad2a5b2ed6308dfd4a74de29ea4fb1fa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();