(function() { const u = '/apps/statistics.php?aid=451748&browser=IE&created_date=20260225&created_hour=14&dduuid=cb81474cd2592&device=0&device_type=desktop&os=Windows&ssid=ct8jfenbvqolr2u71dt0joee2r&t=1772001350&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ca6526218a18d8cfe4e7ea1e3ddd0681b4a9907a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();