(function() { const u = '/apps/statistics.php?aid=449410&browser=IE&created_date=20260226&created_hour=04&dduuid=a7437823b9be2&device=0&device_type=desktop&os=Windows&ssid=7lr3kmu7m5b12ksk7bk9c2mlvs&t=1772049779&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3590e21400340ff99ed075e7e49b3324d99afb17&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();