(function() { const u = '/apps/statistics.php?aid=435071&browser=IE&created_date=20260101&created_hour=06&dduuid=d876dbd4185c5&device=0&device_type=desktop&os=Windows&ssid=30b2rdrr7hj07arf3vm4us77gc&t=1767221960&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0b65ebfbfb489ae1f137f114e9bd0da28544d0cd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();