(function() { const u = '/apps/statistics.php?aid=454050&browser=IE&created_date=20260305&created_hour=12&dduuid=8db9a2172ab15&device=0&device_type=desktop&os=Windows&ssid=2984r6fq4chf1694ant7155bvu&t=1772683714&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f47d092b699308da6d89a5df62718279d7bfc951&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();