(function() { const u = '/apps/statistics.php?aid=418837&browser=IE&created_date=20260308&created_hour=07&dduuid=1780b77e2ff22&device=0&device_type=desktop&os=Windows&ssid=sr2p35j5t5s8k7j24kng546oo8&t=1772926744&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e14989cb931752e041c4cad899026bfe5a1d6e1c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();