(function() { const u = '/apps/statistics.php?aid=444988&browser=IE&created_date=20251219&created_hour=11&dduuid=56fcaf3b5b5ab&device=0&device_type=desktop&os=Windows&ssid=be600me8o4dsu32gqstegp1sr2&t=1766116201&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=117bcadc99bcb65cfcfa1f10ae419a22df24395f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();