(function() { const u = '/apps/statistics.php?aid=398458&browser=IE&created_date=20260227&created_hour=22&dduuid=6fc0c902fadb9&device=0&device_type=desktop&os=Windows&ssid=nrj9mv8a8a3767dlh7mp30t2kp&t=1772203667&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=018e51f14c6a6a05dbe217d37c56cd563a413370&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();