(function() { const u = '/apps/statistics.php?aid=431821&browser=IE&created_date=20260324&created_hour=13&dduuid=2f736975c0076&device=0&device_type=desktop&os=Windows&ssid=7959bpl59n6i3mp3dr0lr6opr0&t=1774329909&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed5df8b122409436227ff5f502a940d564c2d0ab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();