(function() { const u = '/apps/statistics.php?aid=7446&browser=IE&created_date=20260311&created_hour=02&dduuid=fcd99c7ddc7a3&device=0&device_type=desktop&os=Windows&ssid=gkq323mteheogbd8m1i3rtrjnd&t=1773166860&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8ded0b73d0150e44e73680c0f7ca5079a804fc2f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();