(function() { const u = '/apps/statistics.php?aid=409663&browser=IE&created_date=20260121&created_hour=08&dduuid=5e94416a6b6ee&device=0&device_type=desktop&os=Windows&ssid=t2c04r03n9tdnm61f5j5efdfsj&t=1768955187&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=94deac61d809ce0b409fdfbe1688a9302fee931d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();