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