(function() { const u = '/apps/statistics.php?aid=335592&browser=IE&created_date=20260225&created_hour=16&dduuid=bbdc6d3018504&device=0&device_type=desktop&os=Windows&ssid=918ih4fovckk4djtutfro3ogs1&t=1772008068&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7267b0d18f9e521bb77cdb7411a37d3ce0239b91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();