(function() { const u = '/apps/statistics.php?aid=207150&browser=IE&created_date=20251224&created_hour=10&dduuid=bbca01027a786&device=0&device_type=desktop&os=Windows&ssid=19p77i0e90itaci0hu5q38qou1&t=1766543780&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fdbd37b1723fe11b3cafa881e81a6020ce1d27bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();