(function() { const u = '/apps/statistics.php?aid=210273&browser=IE&created_date=20260223&created_hour=19&dduuid=23f70bbcd1cda&device=0&device_type=desktop&os=Windows&ssid=lpel4gkho4vegvm32o1ne321uf&t=1771845285&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54f3cca0eaf286d86815f36b19d407d36631e61a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();