(function() { const u = '/apps/statistics.php?aid=440238&browser=IE&created_date=20251225&created_hour=00&dduuid=8b8dfb88722e6&device=0&device_type=desktop&os=Windows&ssid=833a2q6mmuk5r3sai8203ng341&t=1766595181&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1f493c5c8c322535b5859b77830243af72890883&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();