(function() { const u = '/apps/statistics.php?aid=426441&browser=IE&created_date=20260101&created_hour=07&dduuid=cd1292e375524&device=0&device_type=desktop&os=Windows&ssid=v3r0q0o0h1510s4nb06594aapn&t=1767222332&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f013758b36c7fcbc40c3f6a313b7b7c6b48e7cc2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();