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