(function() { const u = '/apps/statistics.php?aid=21263&browser=IE&created_date=20260118&created_hour=22&dduuid=d2422e16662e9&device=0&device_type=desktop&os=Windows&ssid=qdre382kopc6i3oifhgdh9ggsi&t=1768746978&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=623030c9ec613edada687a41f48aa5545ea41931&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();