(function() { const u = '/apps/statistics.php?aid=449161&browser=IE&created_date=20260112&created_hour=19&dduuid=9d60246a4965b&device=0&device_type=desktop&os=Windows&ssid=2sc287v4eiv6ota8n6i3qkm451&t=1768215639&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5866fef6004693fa28b76e1e9ad467777049baf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();