(function() { const u = '/apps/statistics.php?aid=405277&browser=IE&created_date=20260124&created_hour=11&dduuid=28d1d98bb91cf&device=0&device_type=desktop&os=Windows&ssid=aao08uephdbbfaemui5ts3spqn&t=1769224386&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e3fd8c8b6a145bd32787201244608049df630b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();