(function() { const u = '/apps/statistics.php?aid=453698&browser=IE&created_date=20260312&created_hour=12&dduuid=e536e27d199b1&device=0&device_type=desktop&os=Windows&ssid=ttbr0dscua3o2d2ot36tqnuuqu&t=1773288251&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=474548c806ef6282076dd62af7a2ef8bc54d8ff1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();