(function() { const u = '/apps/statistics.php?aid=248832&browser=IE&created_date=20260316&created_hour=20&dduuid=d17732e5782d8&device=0&device_type=desktop&os=Windows&ssid=c3grribqhj8g5qeklk2lj0q4qh&t=1773665036&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=25ed198f2f84caa656ae770c23152ea0b3e765d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();