(function() { const u = '/apps/statistics.php?aid=436534&browser=IE&created_date=20251229&created_hour=21&dduuid=1b095dd55c823&device=0&device_type=desktop&os=Windows&ssid=gjp5r9ei06cph77c6g3t8l5al9&t=1767014097&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0536d8350669221283c6c6946096118d9cdf7507&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();