(function() { const u = '/apps/statistics.php?aid=436285&browser=IE&created_date=20260316&created_hour=23&dduuid=4d3007a605176&device=0&device_type=desktop&os=Windows&ssid=omohes4t6udjhaqr01up6fhfv7&t=1773674750&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=38d859d7d44a2d0561c80581e17bced3e9737e70&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();