(function() { const u = '/apps/statistics.php?aid=437389&browser=IE&created_date=20251228&created_hour=15&dduuid=d9a0f6e8307a2&device=0&device_type=desktop&os=Windows&ssid=b3enj3lb4aqcdresl4dunookhk&t=1766907327&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39b56cf20b79375e0391de11416fc725332fd139&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();