(function() { const u = '/apps/statistics.php?aid=452764&browser=IE&created_date=20260310&created_hour=16&dduuid=6c9fdd11daa9d&device=0&device_type=desktop&os=Windows&ssid=vraut0k9omt64hp7ld9nrn6b8v&t=1773131956&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=01a009ec5e97ca7173980a6009c6c31ef385bf5a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();