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