(function() { const u = '/apps/statistics.php?aid=264523&browser=IE&created_date=20260315&created_hour=13&dduuid=9e6f7a19ff791&device=0&device_type=desktop&os=Windows&ssid=s8pt1a9renp6dapmaf0l63q9me&t=1773552952&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da0345f81c63d1cda5c0c206aa0df31f79416fcc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();