(function() { const u = '/apps/statistics.php?aid=440258&browser=IE&created_date=20260311&created_hour=02&dduuid=a3779fe099dcc&device=0&device_type=desktop&os=Windows&ssid=eub9jgonm17molihdg8ddtr04r&t=1773166792&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9236ec4484f95fae8f2e1b912638257de173fb6c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();