(function() { const u = '/apps/statistics.php?aid=81641&browser=IE&created_date=20260223&created_hour=23&dduuid=cc1c7d7a797ad&device=0&device_type=desktop&os=Windows&ssid=819dpk0s0q88mgtf58ifp8s5r2&t=1771861444&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1b1748f89cc7e1f83f0a0f3414fe1cfc924ad92c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();