(function() { const u = '/apps/statistics.php?aid=446911&browser=IE&created_date=20260121&created_hour=18&dduuid=499cc2886b960&device=0&device_type=desktop&os=Windows&ssid=oe415h5l0f49bvq7egkn7s997n&t=1768990973&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5d0b3ed137c534f07f3008809c55cb799e5b9dec&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();