(function() { const u = '/apps/statistics.php?aid=401418&browser=IE&created_date=20260128&created_hour=15&dduuid=69bd59ec5c82b&device=0&device_type=desktop&os=Windows&ssid=242v8gmftte0918unot8ad4t5d&t=1769585701&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0887619862e55478d6f06e08eb8d7f7e47531438&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();