(function() { const u = '/apps/statistics.php?aid=422166&browser=IE&created_date=20260131&created_hour=20&dduuid=e4136e695eb4f&device=0&device_type=desktop&os=Windows&ssid=0l7o8n99mebauo9ajri4savtql&t=1769862066&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7bb115d073ee68a2548b356fe13592107941964&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();