(function() { const u = '/apps/statistics.php?aid=440016&browser=IE&created_date=20251225&created_hour=02&dduuid=185028cadfe9f&device=0&device_type=desktop&os=Windows&ssid=2csom7pi5ibp8ht6rep93un7d8&t=1766601873&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6578f0b805118eb350026c5b1c6913b699edceab&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();