(function() { const u = '/apps/statistics.php?aid=448075&browser=IE&created_date=20260113&created_hour=21&dduuid=aa74c50107496&device=0&device_type=desktop&os=Windows&ssid=e9a55u90qrnod6k41qcdo3dua6&t=1768312587&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d6d32c774f5dc0c0afc157a91f661741c3acdbc1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();