(function() { const u = '/apps/statistics.php?aid=206568&browser=IE&created_date=20251226&created_hour=22&dduuid=b93c2fab4081c&device=0&device_type=desktop&os=Windows&ssid=nm2j4sis7tiadpsgjm3b2urnmq&t=1766758334&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e1ea3e93f42d07238cf99390d62365d4ff8eb873&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();