(function() { const u = '/apps/statistics.php?aid=213810&browser=IE&created_date=20260301&created_hour=13&dduuid=0e81447ab6bfa&device=0&device_type=desktop&os=Windows&ssid=bnemko44hgeksjgnade6dc4o29&t=1772343784&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d4d76621fce0451690a4299eac6bad9688cb8e25&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();