(function() { const u = '/apps/statistics.php?aid=451295&browser=IE&created_date=20260125&created_hour=10&dduuid=db27f26dbd685&device=0&device_type=desktop&os=Windows&ssid=e7c9i0hvkpal1hmpsr9hdv5g9q&t=1769308959&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=007e7073a045034f4f8acc47b1d1789d6d362d2e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();