(function() { const u = '/apps/statistics.php?aid=447045&browser=IE&created_date=20260113&created_hour=21&dduuid=b077e580d2fba&device=0&device_type=desktop&os=Windows&ssid=43bumvgaa2b99ossn4nfqllt0k&t=1768311564&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=59a133012d699a2355d37e56a0be80185f339462&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();