(function() { const u = '/apps/statistics.php?aid=450561&browser=IE&created_date=20260117&created_hour=19&dduuid=872fce220a189&device=0&device_type=desktop&os=Windows&ssid=l5dq613akb2giq0muofp477eab&t=1768648856&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=af4303fa0c3769e78e0f93f67a270dee72fa58ed&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();