(function() { const u = '/apps/statistics.php?aid=437736&browser=IE&created_date=20251228&created_hour=09&dduuid=4e820147eb62c&device=0&device_type=desktop&os=Windows&ssid=a7mnr8crhva6m1v84a63qr3sl8&t=1766884994&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6d0450edb60cb3c9c021181f624a716d51667b02&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();