(function() { const u = '/apps/statistics.php?aid=4180&browser=IE&created_date=20251129&created_hour=16&dduuid=9af7571caf2a1&device=0&device_type=desktop&os=Windows&ssid=on8nvna5if5bbq452io4pu5i0g&t=1764403451&typeid=24&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c61d59340f98205db9ee93fccf82c54319ca561b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();