(function() { const u = '/apps/statistics.php?aid=437351&browser=IE&created_date=20251228&created_hour=17&dduuid=11feb53f8fcb3&device=0&device_type=desktop&os=Windows&ssid=4aa1o5pvr5p41l960hllvamfej&t=1766913529&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d390e414f39dc053d84905b4f46cf50864289394&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();