(function() { const u = '/apps/statistics.php?aid=443846&browser=IE&created_date=20260313&created_hour=22&dduuid=f7c13357b8059&device=0&device_type=desktop&os=Windows&ssid=li4n0fa47r8ic3f644b9717b95&t=1773413988&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f5f9cf6df27d22930883daf7ddccee1558da9536&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();