(function() { const u = '/apps/statistics.php?aid=433922&browser=IE&created_date=20251228&created_hour=13&dduuid=c08c35d4010ee&device=0&device_type=desktop&os=Windows&ssid=787r9emp2tsas7lun65p7ocosm&t=1766899873&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=99eca18650997302396908b010d760705d560575&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();