(function() { const u = '/apps/statistics.php?aid=435147&browser=IE&created_date=20251129&created_hour=20&dduuid=2a54582e6df7b&device=0&device_type=desktop&os=Windows&ssid=3sr8bst6phqetnn2g4jg8bn20d&t=1764418538&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e6e8d3e8cb2b5d0eea775a28b74dd0437db132ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();