(function() { const u = '/apps/statistics.php?aid=372852&browser=IE&created_date=20260311&created_hour=15&dduuid=f7be6e4927d2e&device=0&device_type=desktop&os=Windows&ssid=pilboni5q4pk186nt7rmdgojbm&t=1773213524&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e188d8767318c51ff5c2681da0c2f7734ff35c93&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();