(function() { const u = '/apps/statistics.php?aid=429660&browser=IE&created_date=20260118&created_hour=20&dduuid=c5ff2296a9376&device=0&device_type=desktop&os=Windows&ssid=ci8sq3f65c11cjmpc6tehu9mqo&t=1768739935&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ceb878f5df0d8a83ffc43b3b0a6ed4bb938af1f3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();