(function() { const u = '/apps/statistics.php?aid=213610&browser=IE&created_date=20251226&created_hour=10&dduuid=36807dda308cb&device=0&device_type=desktop&os=Windows&ssid=h9012o2fdqc1aoj02qnqv9noll&t=1766715085&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0ffcde75c051a8bd7c63a40cc2e26b0a206b81a7&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();