(function() { const u = '/apps/statistics.php?aid=11&browser=IE&created_date=20260223&created_hour=18&dduuid=704ec533366c4&device=0&device_type=desktop&os=Windows&ssid=dghm3ab02c8qctfcpa1b7btdog&t=1771840967&typeid=3&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ba403ee632579639428b41a6116b6108b044091a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();