(function() { const u = '/apps/statistics.php?aid=440678&browser=IE&created_date=20251222&created_hour=09&dduuid=f58767019870f&device=0&device_type=desktop&os=Windows&ssid=ivvisoa0sfbnmn0ej8ri7boj6u&t=1766368068&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e407c921024f6c35045eab0b266ec15d0e4d02d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();