(function() { const u = '/apps/statistics.php?aid=408587&browser=IE&created_date=20260306&created_hour=04&dduuid=a4ccd295146b7&device=0&device_type=desktop&os=Windows&ssid=olhq9nek1ccrtr8ne92sbjof0v&t=1772743740&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d7d3dd9a4003ee6dbfc04d115146b8b6e5e73c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();