(function() { const u = '/apps/statistics.php?aid=445753&browser=IE&created_date=20260305&created_hour=19&dduuid=6f0657647c0d1&device=0&device_type=desktop&os=Windows&ssid=gvd120snj9600lg0esqd7jsqhf&t=1772711105&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=28f52068c77e453a2eb615c82c488ea58cab5c83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();