(function() { const u = '/apps/statistics.php?aid=454559&browser=IE&created_date=20260312&created_hour=09&dduuid=bfc88014e1d4d&device=0&device_type=desktop&os=Windows&ssid=rnoni7k0f0uom8591o5ce5srh4&t=1773279598&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d1c256f9912a295e056fe9320e4f4508900bd8f8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();