(function() { const u = '/apps/statistics.php?aid=416081&browser=IE&created_date=20251211&created_hour=22&dduuid=97fcd086ddd27&device=0&device_type=desktop&os=Windows&ssid=td8i3t6ggcllsh0l5rl8bq2t79&t=1765462132&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=edba39ffe42742889672b558d3fba3d0dececb91&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();