(function() { const u = '/apps/statistics.php?aid=454682&browser=IE&created_date=20260310&created_hour=20&dduuid=ef6852468bef4&device=0&device_type=desktop&os=Windows&ssid=7cd4ea4n9t8q3te82ot5mj137h&t=1773144095&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=40682e4663161e7635f19b9b2d9757bdfe395229&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();