(function() { const u = '/apps/statistics.php?aid=436298&browser=IE&created_date=20260307&created_hour=09&dduuid=4c0a2f8301286&device=0&device_type=desktop&os=Windows&ssid=aph1g46udt3ctk9ho4ucs29rm9&t=1772845910&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=769153da7f23275cbcac5f1ae565addc9c8fb1fc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();