(function() { const u = '/apps/statistics.php?aid=444941&browser=IE&created_date=20260312&created_hour=14&dduuid=6c70dea4bef62&device=0&device_type=desktop&os=Windows&ssid=n6p4p7arihmn0dqucbt7sb5241&t=1773298353&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d11de5a7fd19b898b587dd9b626c22c63ba8258&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();