(function() { const u = '/apps/statistics.php?aid=442256&browser=IE&created_date=20260307&created_hour=09&dduuid=2da10b01c6b49&device=0&device_type=desktop&os=Windows&ssid=3fv9oas6h6afm1153igkc1cvk4&t=1772846128&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a771ab2d030c0fcc66532236781b2ba2aa8965b9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();