(function() { const u = '/apps/statistics.php?aid=276117&browser=IE&created_date=20260314&created_hour=14&dduuid=e2b5ede5b0dc8&device=0&device_type=desktop&os=Windows&ssid=m0eik9lolfef6447epib94f14v&t=1773471176&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c21de51b258f5b3706e71f5e94e084c769391529&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();