(function() { const u = '/apps/statistics.php?aid=454053&browser=IE&created_date=20260311&created_hour=07&dduuid=0cbd4f62930b5&device=0&device_type=desktop&os=Windows&ssid=j83tup0gadlahsptlog38b1eit&t=1773185102&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2da7a8fd08262f8dc174ee1015b950723ad8171f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();