(function() { const u = '/apps/statistics.php?aid=206708&browser=IE&created_date=20251227&created_hour=08&dduuid=745162812426c&device=0&device_type=desktop&os=Windows&ssid=n0iq5u6skote1amfq1jr0qpre9&t=1766794289&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=cbd4f3fc82d9c1900981aafddb305bee23e82926&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();