(function() { const u = '/apps/statistics.php?aid=449000&browser=IE&created_date=20260123&created_hour=21&dduuid=0f02ae5a45e17&device=0&device_type=desktop&os=Windows&ssid=5g0b5ndd9pp57ok009k9t5lu9s&t=1769173402&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=79941c2a99cbefccdc90732b14449502a96fbf4a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();