(function() { const u = '/apps/statistics.php?aid=392061&browser=IE&created_date=20260228&created_hour=03&dduuid=9f6cd3b959dbd&device=0&device_type=desktop&os=Windows&ssid=fv1a5k99647c1lm8b4g638l2ep&t=1772221994&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ae930ad342d7fad074f85117c557706a4ffadd6a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();