(function() { const u = '/apps/statistics.php?aid=452576&browser=IE&created_date=20260224&created_hour=19&dduuid=1da0408550075&device=0&device_type=desktop&os=Windows&ssid=f7t557dql2kqgs9nl1dfsamp0t&t=1771934185&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=529d303616686bcfceb341ccd2e1279235ae9a5c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();