(function() { const u = '/apps/statistics.php?aid=143930&browser=IE&created_date=20260110&created_hour=03&dduuid=695c54bccd987&device=0&device_type=desktop&os=Windows&ssid=q3coklefirtcr9vh228ic40as3&t=1767987294&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b9b40a5f0e7614e11771d94e3997f586cc12e6f6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();