(function() { const u = '/apps/statistics.php?aid=270946&browser=IE&created_date=20260117&created_hour=22&dduuid=a0a631dbfb9c2&device=0&device_type=desktop&os=Windows&ssid=5eu9lumf0tc52ii7c47j2stfsf&t=1768659555&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e33c6f5523dff9c0d1d92f86d6a7484a42cd71f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();