(function() { const u = '/apps/statistics.php?aid=449071&browser=IE&created_date=20260227&created_hour=21&dduuid=50e007dd6bfeb&device=0&device_type=desktop&os=Windows&ssid=5c76lc4j6tufhqj7eietg5cqsi&t=1772200403&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=35858d29a33d38b83f6894d263a30264df758c6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();