(function() { const u = '/apps/statistics.php?aid=438414&browser=IE&created_date=20251227&created_hour=09&dduuid=91306972d9d1d&device=0&device_type=desktop&os=Windows&ssid=du8ib6eeci02dqegjs1l0rqb5b&t=1766798112&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a2de8168793400145108574f03a1b8592ff383c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();