(function() { const u = '/apps/statistics.php?aid=97191&browser=IE&created_date=20260301&created_hour=14&dduuid=330659f24acf6&device=0&device_type=desktop&os=Windows&ssid=cd467ldncronirgi04q1o7oti1&t=1772345637&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58286e50356c6d0a07c9cd8507f3a0271192d132&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();