(function() { const u = '/apps/statistics.php?aid=460561&browser=IE&created_date=20260308&created_hour=17&dduuid=5294aa34f24c8&device=0&device_type=desktop&os=Windows&ssid=b1hhkr5fauhi5jb6ce59a8046a&t=1772961495&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13e9a7a5eebfe2c726ca6021c358cffdc63670b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();