(function() { const u = '/apps/statistics.php?aid=450984&browser=IE&created_date=20260307&created_hour=14&dduuid=14bb07c4647ea&device=0&device_type=desktop&os=Windows&ssid=62dk1bu9nrp1mdc6q8elfgv67m&t=1772866174&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7afc7dc36a1e2e01abec38da9d39ccf311782b83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();