(function() { const u = '/apps/statistics.php?aid=449470&browser=IE&created_date=20260312&created_hour=05&dduuid=7a5f54f78a9a5&device=0&device_type=desktop&os=Windows&ssid=93vmtqpsea0e1qcva6repevkd6&t=1773264512&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d50b56ebfbd1d7426cb78ac900d847038333f76&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();