(function() { const u = '/apps/statistics.php?aid=447650&browser=IE&created_date=20260310&created_hour=14&dduuid=99db8a1533dce&device=0&device_type=desktop&os=Windows&ssid=13qqm0dfvj1jfm58ff2ltk77pt&t=1773123145&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=08bd83ffa0e027f0f61f721f56c276b0a50f1773&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();