(function() { const u = '/apps/statistics.php?aid=449328&browser=IE&created_date=20260124&created_hour=23&dduuid=817b5e15c4296&device=0&device_type=desktop&os=Windows&ssid=4hfvm4ttno225se0io26hpskl6&t=1769268064&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=626858f511aaf29aa104f2ed2ec3d5b8191d44e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();