(function() { const u = '/apps/statistics.php?aid=449014&browser=IE&created_date=20260113&created_hour=13&dduuid=86e0abcc058a8&device=0&device_type=desktop&os=Windows&ssid=acp0itq9vlk8h6fnb02241d0bm&t=1768281870&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=13163dcd689db6c9f8f6536387bf2277338b7108&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();