(function() { const u = '/apps/statistics.php?aid=207121&browser=IE&created_date=20251224&created_hour=16&dduuid=4ecd0b74f3387&device=0&device_type=desktop&os=Windows&ssid=8h07p4mqao2ljtupbbm9692ilj&t=1766566192&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=90158ad0b044ba21b7299ef709a4c784a85df95b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();