(function() { const u = '/apps/statistics.php?aid=97327&browser=IE&created_date=20260308&created_hour=06&dduuid=99689a1bf1c8b&device=0&device_type=desktop&os=Windows&ssid=ru5bl7404op4bndoorgcb0dr4r&t=1772921932&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd88eff2fa4e5084256b08b29a43215118a83a04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();