(function() { const u = '/apps/statistics.php?aid=410542&browser=IE&created_date=20260120&created_hour=16&dduuid=6ecb56487be5b&device=0&device_type=desktop&os=Windows&ssid=d5p7d8reto959uqnhfgqfoe7mm&t=1768899396&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=933136414e566cc669c9c0bf5f8ed28af3481cbf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();