(function() { const u = '/apps/statistics.php?aid=213774&browser=IE&created_date=20260227&created_hour=18&dduuid=91ce44edeb41a&device=0&device_type=desktop&os=Windows&ssid=h5q3god06naar1ntq2lf5em7l0&t=1772186449&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=83ec62ec1e7664ef8679e1552e0b9b3107794c7b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();