(function() { const u = '/apps/statistics.php?aid=84085&browser=IE&created_date=20260308&created_hour=04&dduuid=0d5dc90046ede&device=0&device_type=desktop&os=Windows&ssid=14uas8mknumqpoa7d30ilk2st2&t=1772915717&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e679f05e34bcf1e7521d7578368da1cbf3c9cd6e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();