(function() { const u = '/apps/statistics.php?aid=442422&browser=IE&created_date=20260304&created_hour=13&dduuid=a4b1f139c619e&device=0&device_type=desktop&os=Windows&ssid=jca11nek85e5u9h392qbpfpnn2&t=1772601361&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e3b36c35b0f5e8c36e449a554655b243531a49dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();