(function() { const u = '/apps/statistics.php?aid=340288&browser=IE&created_date=20260225&created_hour=03&dduuid=4e351de96d393&device=0&device_type=desktop&os=Windows&ssid=ser91i5l0lcati4a11ti40050v&t=1771960819&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6b9432fb1ed2d431a8778f638db275b201527e26&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();