(function() { const u = '/apps/statistics.php?aid=444230&browser=IE&created_date=20251221&created_hour=19&dduuid=5b2c338202754&device=0&device_type=desktop&os=Windows&ssid=l1d8tidcjvqb1t24a4pg0mrcum&t=1766317865&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3c6a281087a77d3b05f72b9f0471fc084dd0d6ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();