(function() { const u = '/apps/statistics.php?aid=389709&browser=IE&created_date=20251225&created_hour=16&dduuid=e91bc14d3955f&device=0&device_type=desktop&os=Windows&ssid=q03v1mfv8tugkr5dn9hnig6k88&t=1766651617&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=085fbae8fe3ac6d007e1cb2d2fa4c4d22a94d304&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();