(function() { const u = '/apps/statistics.php?aid=448176&browser=IE&created_date=20260226&created_hour=09&dduuid=83d909a4418cf&device=0&device_type=desktop&os=Windows&ssid=4an0a4c8g4jkljd7jt7pv0cd0p&t=1772068929&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a66490dd9a0879f4884842f59967ba1985321f9c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();