(function() { const u = '/apps/statistics.php?aid=12902&browser=IE&created_date=20260224&created_hour=19&dduuid=e6a2cd63cd356&device=0&device_type=desktop&os=Windows&ssid=dtmnjqeg82up6orjta7h3grcie&t=1771934374&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60492ff8e667cb64047c2253e55d6021715936b7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();