(function() { const u = '/apps/statistics.php?aid=430083&browser=IE&created_date=20260118&created_hour=10&dduuid=a97980f34ab25&device=0&device_type=desktop&os=Windows&ssid=kjes8jt8bbgt0a8n9tt589c3a5&t=1768702036&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=184412fd149bad28e56d94fb993620808a1d5df9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();