(function() { const u = '/apps/statistics.php?aid=446742&browser=IE&created_date=20260304&created_hour=15&dduuid=bc04b6ab97408&device=0&device_type=desktop&os=Windows&ssid=td46o475murthu373k79s2uai4&t=1772609352&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a8578ccf0922ff46cc6b48f507cad58261d66665&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();