(function() { const u = '/apps/statistics.php?aid=270923&browser=IE&created_date=20260224&created_hour=05&dduuid=c33967233f65a&device=0&device_type=desktop&os=Windows&ssid=fedrihouevk22huc5nt6mei0fl&t=1771881956&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61f347ffed1d36034dc75b0cdc53055c2da6f09c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();