(function() { const u = '/apps/statistics.php?aid=444964&browser=IE&created_date=20260124&created_hour=00&dduuid=6aa567b80de06&device=0&device_type=desktop&os=Windows&ssid=tlk5bnkhnb12e492kg9al0pamu&t=1769184438&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=489b8768a2f6aecc47a8877048fff6a7093a835d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();