(function() { const u = '/apps/statistics.php?aid=432438&browser=IE&created_date=20260305&created_hour=17&dduuid=0179905a6f627&device=0&device_type=desktop&os=Windows&ssid=sql3eje27or865mvnafssgacdt&t=1772702641&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=33f0610820974319f09af40a18d7533b2aff1111&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();