(function() { const u = '/apps/statistics.php?aid=455902&browser=IE&created_date=20260311&created_hour=00&dduuid=32aef5ecaa468&device=0&device_type=desktop&os=Windows&ssid=r71bnga96vh2hd6gafpnlo7n5h&t=1773160058&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df451a42f503e1f5f918d5b78718a1775a1f2f7a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();