(function() { const u = '/apps/statistics.php?aid=334350&browser=IE&created_date=20260225&created_hour=17&dduuid=38ade7427f354&device=0&device_type=desktop&os=Windows&ssid=pgh1f7pijlri3iec99imrnink3&t=1772011605&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60a1045d9f77f8f7d534c4eee80087eff5f3c938&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();