(function() { const u = '/apps/statistics.php?aid=384189&browser=IE&created_date=20251220&created_hour=07&dduuid=36321b9fb92c7&device=0&device_type=desktop&os=Windows&ssid=f5b3beai2uj0c038tt1mkr41qb&t=1766185305&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=53c4addc571e87d69608130f9775ecc7d9b8f516&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();