(function() { const u = '/apps/statistics.php?aid=440683&browser=IE&created_date=20251222&created_hour=09&dduuid=ea69e891cc16c&device=0&device_type=desktop&os=Windows&ssid=ie483i4iv20ej4jn9mf3nllnut&t=1766368049&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=489ada35390d1123daf8304bf81261e75850eb42&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();