(function() { const u = '/apps/statistics.php?aid=384214&browser=IE&created_date=20251220&created_hour=03&dduuid=1c35cdb22c82a&device=0&device_type=desktop&os=Windows&ssid=8cljrp3rdl16pq0h9h9f8d49er&t=1766171711&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=47ad433aea95547b4b324446d9dc4b82a4775942&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();